🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

sorttable.js is a small, fast jQuery plugin which provides ascending/descending sort functionality for your html table by click on the table header.

table-sort

Documentation

sorttable.js

jQuery plug-in that allows you to sort table by any column Requires: jQuery (tested with v 1.11)

Usage

$("#dest").addSortWidget(options); // add rating widget to div container wich ID is 'dest'

Options

JS object

Option Type Description
img_asc string path to 'ascending sort' image
img_desc string path to 'descending sort' image
img_asc string path to 'no sort' image

You May Also Like