Skip to content

beaudurrant/sortable-table-jquery-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sortable-Table-jQuery-Plugin

Makes any table sortable by clicking the header columns (alphabetically)

Usage

Requires that jquery.sortableTable.js and jquery.sortableTable.css are included.

HTML

<table><thead><tr><th></th></tr></thead><tbody><tr><td></td></tr></tbody></table>

JS

$(.class|#id).sortableTable();

CSS (called after content is rendered on page load)

<table class="ui-sortable-table">

About

Makes any table sortable by the header columns (alphabetically)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published