# jq-tablesort
A tiny &amp; 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();
```