wardenofthenorth
Forum Replies Created
-
ok, well, this works good still.. thanks so much, great support, great plugin!
1. So automatically sort high to low using column 12,
2. but clicking on column 11 would automatically sort high to low.I’m sorry, can you make one change to the code? Once searched, can it automatically sort by highest to low, before the user clicks on the column? So as it stand snow, the user would have to click on the column.. can you have it so when searched, it automatically goes high to low from the last column? 12?
Oh, and if i could trouble you to insert it into this code I have already, as I probably wouldn’t know how to properly mingle the two… so I’d like whatever you are able to assist me with to be used in conjunction with the below, so a person might search using colums 1 and 2 but i dont want that person to have any sorting yet (highest to low) until they decide themselves to click on let’s say column 12 or 11:
"columnDefs": [ { "searchable": false, "targets": [ 0,3,4,5,6,7,8,9,10,11,12 ] } ]
(so again, despite the user being able to search only colums 1 and 2, I do not want the sorting to take place until the user clicks on column 12 or 11, but when they do, i want it right away to be highest to low) – hope that makes sense ??