Sorting Mixed content
-
Hi,
Thank you so much for your efforts to maintain and programming this plugin.
I need to sort a Mixed Content column, I have created a hidden column with the values that I want to be used to sort it.
I have added this Custom Command: “columnDefs”: [ { “type”: “formatted-num”, “targets”: [ 4,5 ] },{ “visible”: false, “targets”: [ 5 ] }, { “orderData”: [ 5 ], “targets”: [ 4 ] }]
Column 4 are mixed, 5 only numbers. I have hidden column 5 that is what order column 4.
The problem is when I loaded for first time the website, It doesn´t read this custom command but If I sort it, It works like a charm.
Have you got any Idea?
Thanks in advanced.
The page I need help with: [log in to see the link]
The topic ‘Sorting Mixed content’ is closed to new replies.