Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

sortable

Make HTML table interactive and sortable Check out table.js, it is easily customizable

varexample_sortingFunction=function(row){vartotal=parseInt(row.cells[2].innerHTML)+parseInt(row.cells[3].innerHTML)varminutes=parseInt(row.cells[4].innerHTML)return-total/minutes;};stage({'table_id': 'exp_table_id',// HTMLTableElement id,'row_counter': 6,// row number to display on one page,'sortingFunction': example_sortingFunction,// leave null, if sorting is not needed when page is loaded});

About

sortable javascript table

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages