Brisanet/ion

fix: dropdown opening in table pagination

Closed this issue · 1 comments

Expected Behavior

When opening a dropdown to select the number of items per page, this opening must not break the layout.

Current Behavior

When the table is used inside a container, where the footer is not fixed to the screen footer, or when, using the openItemsPerPageAbove property as true and containing little data (less than 4, for example) it is possible to notice a bug in the dropdown that select the number of items per page. It's hidden by the limitations of the table's scope.

Screenshots

Captura de tela de 2024-06-13 15-32-11

Captura de tela de 2024-06-13 15-32-57

It was discovered that the bug occurred due to a CSS configuration of the container that housed the table where it was discovered. The correction needed to be only local, not requiring adjustments to the table pagination in general.