|
74 | 74 | widgetClass : 'widget-{name}', // table class name template to match to include a widget
|
75 | 75 | widgets : [], // method to add widgets, e.g. widgets: ['zebra']
|
76 | 76 | widgetOptions : {
|
77 |
| - zebra : [ 'even', 'odd' ] // zebra widget alternating row class names |
| 77 | + zebra : [ 'even', 'odd' ] // zebra widget alternating row class names |
78 | 78 | },
|
79 | 79 |
|
80 | 80 | // *** callbacks
|
|
91 | 91 |
|
92 | 92 | cssChildRow : 'tablesorter-childRow', // class name indiciating that a row is to be attached to its parent
|
93 | 93 | cssInfoBlock : 'tablesorter-infoOnly', // don't sort tbody with this class name (only one class name allowed here!)
|
94 |
| - cssNoSort : 'tablesorter-noSort', // class name added to element inside header; clicking on it won't cause a sort |
95 |
| - cssIgnoreRow : 'tablesorter-ignoreRow', // header row to ignore; cells within this row will not be added to c.$headers |
| 94 | + cssNoSort : 'tablesorter-noSort', // class name added to element inside header; clicking on it won't cause a sort |
| 95 | + cssIgnoreRow : 'tablesorter-ignoreRow',// header row to ignore; cells within this row will not be added to c.$headers |
96 | 96 |
|
97 | 97 | cssIcon : 'tablesorter-icon', // if this class does not exist, the {icon} will not be added from the headerTemplate
|
98 | 98 | cssIconNone : '', // class name added to the icon when there is no column sort
|
|
106 | 106 |
|
107 | 107 | // *** selectors
|
108 | 108 | selectorHeaders : '> thead th, > thead td',
|
109 |
| - selectorSort : 'th, td', // jQuery selector of content within selectorHeaders that is clickable to trigger a sort |
| 109 | + selectorSort : 'th, td', // jQuery selector of content within selectorHeaders that is clickable to trigger a sort |
110 | 110 | selectorRemove : '.remove-me',
|
111 | 111 |
|
112 | 112 | // *** advanced
|
|
0 commit comments