mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
sort2Hash: remove extra comma
This commit is contained in:
parent
f82214cf0b
commit
3f357dc33b
@ -115,7 +115,7 @@ ts.addWidget({
|
|||||||
sort2Hash_useHeaderText : false, // use column header text (true) or zero-based column index
|
sort2Hash_useHeaderText : false, // use column header text (true) or zero-based column index
|
||||||
sort2Hash_processHeaderText : null, // function( text, config, columnIndex ) {},
|
sort2Hash_processHeaderText : null, // function( text, config, columnIndex ) {},
|
||||||
sort2Hash_directionText : [ 0, 1 ], // [ 'asc', 'desc' ],
|
sort2Hash_directionText : [ 0, 1 ], // [ 'asc', 'desc' ],
|
||||||
sort2Hash_overrideSaveSort : false, // if true, override saveSort widget if saved sort available
|
sort2Hash_overrideSaveSort : false // if true, override saveSort widget if saved sort available
|
||||||
},
|
},
|
||||||
init: function(table, thisWidget, c, wo) {
|
init: function(table, thisWidget, c, wo) {
|
||||||
s2h.init( c, wo );
|
s2h.init( c, wo );
|
||||||
|
Loading…
Reference in New Issue
Block a user