Skip to content

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.

Notifications You must be signed in to change notification settings

VadimRocket/sortable-table-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published