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
It would be nice to have a possibility for footers in tables (we would require that for table vis).
I see footers be possible in two different ways:
Define a column specific footer (e.g. via the column definition). That will be rendered as the footer below that column.
Often you might want to have an overall footer, that might span several columns, so I think it would be nice to have also the possibility to specify a table footer, that can use colspan.
Why are these needed?
They should properly render tfoot for better accessibility and semantics.
The footer needs different (font) styling, value formatting (i.e. not use the cell render function).
Not take part in any sorting or counting for pagination.
The text was updated successfully, but these errors were encountered:
@lukeelmers if you take this on, just pass a PR over to myself, @cchaos or @ryankeairns and we'll clean up any styling it needs. It's OK to pass it over functional without styling.
It would be nice to have a possibility for footers in tables (we would require that for table vis).
I see footers be possible in two different ways:
colspan
.Why are these needed?
tfoot
for better accessibility and semantics.The text was updated successfully, but these errors were encountered: