Disable specific row from sorting
Disable specific row from sorting
Hi Allan,
I have some 1000 rows which are paginated, now when i apply sort i do not want to sort specific row based on some column value ,
i have tried fnDrawCallback but it fails as because if the datatable header is alreday sorted , and then i apply search on some item
the row which i need is going on the second page
as such i am unable to get the <tr> for that row .
Please note: If somehow i could get the whole <tr> from the second page staying in the First page i could achieve my purpose.
Please suggest and let me know some way to do it