mcpalmer1328

Results 3 comments of mcpalmer1328

i dont understand--sorry but i am not worried about them inputting data and being able to sort, but want them to be able to sort on the initial load. here...

```js $("#GuideMain").tablesorter({ theme: 'blue', sortlist:[[0,0],[1,0]], widgets: ['resizable', 'stickyHeaders'], widgetOptions : { // css class name applied to the sticky header resizable : true, } ``` is what i tried--i have...

so i found the issue i was setting addParser to input not inputs so it was not working ```js $.tablesorter.addParser({ id: 'inputs', is: function(s) { return false; }, format: function(s,...