Skip to content

mbsquid/tabletotals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

tabletotals

jquery functions to add totals/subtotals rows to tables

$('#mytable').tabletotals( { change: [0,1], total: [3], count:[4] } )

Adds subtotal rows after changes to column 0 or 1, where col 3 is the total of the previous rows and col 4 is the sum of the non-empty column 4s.

About

jquery functions to add totals/subtotals rows to tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published