Issue With Sorting, Invisible Row
-
Hello, I am trying to sort a row based on another row that is invisible on the following page: https://www.doctorofcredit.com/current-bank-sign-bonuses/
Basically columns 1,6,8,11,13 are invisible and are used to sort the column before (e.g the number in column 1 is used to sort column 0).
This is my current code
"columnDefs": [ { "visible": false, "targets": [ 1,6,8,11,13] }, { "orderData": 1, "targets": [ 0 ] }, { "orderData": 7, "targets": [ 6 ] }, { "orderData": 9, "targets": [ 8 ] }, { "orderData": 12, "targets": [ 11 ] }, { "orderData": 13, "targets": [ 14 ] } ]
I’m sure I am doing some basic wrong, if you could let me know what it is that would be fantastic. Thanks again.
- The topic ‘Issue With Sorting, Invisible Row’ is closed to new replies.