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
I'm trying to implement a table with a fixed footer row (total/summary row) that should always stay at the bottom and not be affected by sorting operations. Is there a built-in way to achieve this with UTable?
What I'm Trying to Achieve
Column widths in the total row should match exactly with the UTable columns
Maintain visual consistency between table and total row
Keep the total row fixed at bottom (not affected by sorting)
Questions
Is there a prop or slot for footer rows in UTable?
Are there any table features I might have missed in the documentation?
What's the recommended way to handle summary rows in UTable?
Is there a way to exclude specific rows from sorting?
Current Workaround
Currently, I'm using a separate div below the table:
Currently
Expected
Would appreciate any guidance on achieving proper column alignment between UTable and the total row!
The text was updated successfully, but these errors were encountered:
We have a custom "Total" row at the end of our table but it is very hacky (literally added it as an extra data row so it aligns). Also it won't stay as a "footer" on a sortable table.
Uh oh!
There was an error while loading. Please reload this page.
Description
I'm trying to implement a table with a fixed footer row (total/summary row) that should always stay at the bottom and not be affected by sorting operations. Is there a built-in way to achieve this with UTable?
What I'm Trying to Achieve
Questions
Current Workaround
Currently, I'm using a separate div below the table:
Currently
Expected
Would appreciate any guidance on achieving proper column alignment between UTable and the total row!
The text was updated successfully, but these errors were encountered: