dash-table
dash-table copied to clipboard
Footer
Table footers would be useful in some cases:
- show column totals or other aggregations
- live data: you could use the footer for quickly-changing/accumulating current data, without having to push the entire main data array with every change. Then when that data is finalized, move it into the main array just once and start a fresh row in the footer.
show column totals or other aggregations
Related to #433