When setting up a default column order, can you pass an array variable as the array?
When setting up a default column order, can you pass an array variable as the array?
bchodo
Posts: 2Questions: 2Answers: 0
Before the current version of dataTables, I created an array of indices of the column names, because the server-side program is written in Perl, which doesn't guarantee the order of the keys in the hash that gets returned by Ajax. So I parse the hash and build an array, which worked perfectly before. Now, colReorder.order isn't picking up the array (unless I'm not doing it right, which is very likely)
This discussion has been closed.