mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
initialize headers to null (#1851)
This commit is contained in:
parent
fb6b6aa780
commit
dbb9bf904a
@ -49,7 +49,7 @@
|
||||
resort : true, // default setting to trigger a resort after an 'update', 'addRows', 'updateCell', etc has completed
|
||||
|
||||
// *** sort options
|
||||
headers : {}, // set sorter, string, empty, locked order, sortInitialOrder, filter, etc.
|
||||
headers : null, // set sorter, string, empty, locked order, sortInitialOrder, filter, etc.
|
||||
ignoreCase : true, // ignore case while sorting
|
||||
sortForce : null, // column(s) first sorted; always applied
|
||||
sortList : [], // Initial sort order; applied initially; updated when manually sorted
|
||||
|
Loading…
Reference in New Issue
Block a user