UNPKG

jq-tablesort

Version:

A tiny & simple jQuery plugin for sortable tables.

12 lines (9 loc) 289 B
# jq-tablesort A tiny & simple jQuery plugin for sortable tables. Work perfect with [Semantic UI](http://semantic-ui.com/collections/table.html#sortable) sortable table Basic Use --- Call the appropriate method on the table you want to make sortable: ``` $('table').tablesort(); ```