Skip to content

How to implement fixed footer row in UTable? #3409

Closed as duplicate of#1025
Closed as duplicate of#1025
@Cecemaru

Description

@Cecemaru

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

  1. Is there a prop or slot for footer rows in UTable?
  2. Are there any table features I might have missed in the documentation?
  3. What's the recommended way to handle summary rows in UTable?
  4. Is there a way to exclude specific rows from sorting?

Current Workaround
Currently, I'm using a separate div below the table:

Currently

Image

Expected

Image

Would appreciate any guidance on achieving proper column alignment between UTable and the total row!

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already existsquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions