A plugin to add an always visible totals row to slickgrid.
Using a data array
An example of using a simple array for data. Try resizing and reordering the columns.
View source for the code
Using a data view
An example of using a slickgrid data view. The totals will update when adding and removing rows.
View source for the code