npm install jquery-table-sortjquery-table-sort
=================
Table sort plugin for jQuery.
#### Sortable
thead>th elements is required.
``html`
The following classes is set to the column(thead>th) that has been sorted.
* .sort_column_default => Sortable columns..sort_column_asc
* => Column is sorted in ascending order..sort_column_desc
* => Column is sorted in descending order.
#### Movable
tbody>tr elements is required.
`html`
Set the event to the following classes.
* .up => Move up..down` => Move down.
*