Closed as duplicate of#1025
Description
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
- 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!