Skip to content

Apply buttons panel's specific styles to simple pagination only if the pagination component is not inside a slot #4917

@glebfox

Description

@glebfox

Simple pagination inside the hbox's endSlot will be correctly end-aligned and there is no need in custom styles.

For example:

<hbox classNames="buttons-panel">
    <startSlot>
        <button text="Button"/>
    </startSlot>

    <endSlot>
        <button text="Button"/>
        <simplePagination dataLoader="usersDl"/>
    </endSlot>
</hbox>

AR:

Image

ER:

Image

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions