grigoryangeo/Tablesorter-Select-Cell-Plugin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Select Sorted Cell Widget for jQuery Tablesorter
========================================
Author: Grigoryan George
License: MIT (see LICENSE for details)
Description:
This widget allows mark sorted cell
Usage:
1. Simply add the "selectCell" widget to the tablesorter() call as follows:
$('#myElem').tablesorter({ widgets: ['selectCell'] , widgetSelectCell: ["num","active"]});
2. Add the class "data-num" to <th>.
That's it!
Included files:
/example/*
This contains a series of files that provide a simple, editable example of the "selectCell" widget in effect.
/jquery.tablesorter.selectcell.js
This is the development version of the widget, in case you wish to change the code / see how it's done