You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am experiencing an issue with the TableView footer behavior.
Currently, the TableFooter is rendered immediately after the last row of the table. This means that when the table contains many rows, the footer is only visible after scrolling to the very bottom of the content.
Conversely, when the table contains only a few rows and the content does not fill the available height of the table container, the footer is rendered directly below the last row instead of being aligned to the bottom of the table. This leaves unused space beneath the footer and creates an inconsistent layout, as shown in the following screenshot:
For summary information such as totals, balances, or aggregated values, it would be more useful if the footer could be displayed at the bottom of the table container and remain visible while scrolling, similar to a sticky footer.
Would it be possible to add support for a sticky footer or a footer that is anchored to the bottom of the TableView container?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am experiencing an issue with the TableView footer behavior.
Currently, the TableFooter is rendered immediately after the last row of the table. This means that when the table contains many rows, the footer is only visible after scrolling to the very bottom of the content.
Conversely, when the table contains only a few rows and the content does not fill the available height of the table container, the footer is rendered directly below the last row instead of being aligned to the bottom of the table. This leaves unused space beneath the footer and creates an inconsistent layout, as shown in the following screenshot:
For summary information such as totals, balances, or aggregated values, it would be more useful if the footer could be displayed at the bottom of the table container and remain visible while scrolling, similar to a sticky footer.
Would it be possible to add support for a sticky footer or a footer that is anchored to the bottom of the TableView container?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions