Absolute Sorting - Having Difficulty
Absolute Sorting - Having Difficulty
https://live.datatables.net/fuvuzahi/1/edit
I'm having trouble getting the Checkbox columns to sort correctly while leaving blank columns at the bottom. I am using data-sort='Y', 'N', and '' ... and the blank ones are not staying at the bottom. Can anyone offer a suggestion?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Have two errors. The variable
namesTypeshould be passed in, not a string, andtargetsshould be_all(there is no_target incolumnDefs.targets).https://live.datatables.net/fuvuzahi/3/edit
Allan