Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 573 Bytes

Sortable table jQuery plugin

###About

jQuery plugin which makes tables sortable by priority.

It modifies table in the way that table head cells become clickable, after a click on which, appropriate column sorts, after second click on the same head cell - column gets initial order. Sorting order corresponds to order of clicks.


###Usage

To enable plugin for table, write in your jQuery code:

  $("#my-table").makeSortable();

After this your table will become sortable by priority.


###Examples

See files example1.html and example2.html