forked from ascii-soup/Tablesorter-Static-Row-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
A plugin (widget) for the jQuery Tablesorter plugin by Christian Bach which allows you to mark rows as "static", therefore retaining their position in the table through sorts
License
tablesort/Tablesorter-Static-Row-Plugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Static Row Widget for jQuery Tablesorter
========================================
Author: Nils Luxton
License: MIT (see LICENSE for details)
Description:
This widget allows you to mark any row(s) in the table as "static", thus ensuring that these rows
remain in their starting position through any and all sorts.
Usage:
1. Simply add the "staticRow" widget to the tablesorter() call as follows:
$('#myElem').tablesorter({ widgets: ['staticRow'] });
2. Add the class "static" to any and all rows that you wish to be unsortable.
That's it!
Included files:
/example/*
This contains a series of files that provide a simple, editable example of the "staticRow" widget in effect.
/jquery.tablesorter.staticrow.js
This is the development version of the widget, in case you wish to change the code / see how it's done
/jquery.tablesorter.staticrow.min.js
This is the production version of the widget, with code minifiedAbout
A plugin (widget) for the jQuery Tablesorter plugin by Christian Bach which allows you to mark rows as "static", therefore retaining their position in the table through sorts
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published