mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
43979d44d9
* Enhancement/LockTbodyHeader Added two new variables to hold the lockhead option and the head row class (defined in cssHeader). If the new widget option 'sortTbody_lockHead' is true, the header row will be moved back to the top of the <tbody> after sorting, this is intended to be used with the 'sortTbody_sortRows' option set to true. This will allow the <tbody> and it's child rows to be sorted while keeping the header row at the top of the <tbody>. * The new lockHead option now used the `sortTbody_primaryRow` value instead of the `cssHeader` value. This means the new widget option can be used out-of-the-box, meaning the user won't need to change any default parameters in the js files. * Changed setting to test old code. * Roll back to master version. * Widget sortTbodies - Removed `lockHead` var since it's only used once - Ammended `sortEnd` condition |
||
---|---|---|
.. | ||
widget-alignChar.js | ||
widget-build-table.js | ||
widget-chart.js | ||
widget-columns.js | ||
widget-columnSelector.js | ||
widget-cssStickyHeaders.js | ||
widget-currentSort.js | ||
widget-editable.js | ||
widget-filter-formatter-html5.js | ||
widget-filter-formatter-jui.js | ||
widget-filter-formatter-select2.js | ||
widget-filter-type-insideRange.js | ||
widget-filter.js | ||
widget-formatter.js | ||
widget-grouping.js | ||
widget-headerTitles.js | ||
widget-lazyload.js | ||
widget-mark.js | ||
widget-math.js | ||
widget-output.js | ||
widget-pager.js | ||
widget-print.js | ||
widget-reflow.js | ||
widget-repeatheaders.js | ||
widget-resizable.js | ||
widget-saveSort.js | ||
widget-scroller.js | ||
widget-sort2Hash.js | ||
widget-sortTbodies.js | ||
widget-staticRow.js | ||
widget-stickyHeaders.js | ||
widget-storage.js | ||
widget-toggle.js | ||
widget-uitheme.js | ||
widget-view.js |