Skip to content

A plugin (widget) for the jQuery Tablesorter plugin which allows select sorted cell

License

Notifications You must be signed in to change notification settings

grigoryangeo/Tablesorter-Select-Cell-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

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

About

A plugin (widget) for the jQuery Tablesorter plugin which allows select sorted cell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published