Include a summary row that is not affected by column sorting.
Add a tfoot
element to a DataTable in which to display summary information. The DataTable knows nothing of the tfoot
, so sorting operations will not alter it.
Caveats: This solution is not likely compatible with set column widths, and possibly not scrolling tables (untested).