-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathREADME
33 lines (19 loc) · 989 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 minified