sorting the column to colors not shown while set conditionally set column text color
sorting the column to colors not shown while set conditionally set column text color
krishna_ss
Posts: 4Questions: 2Answers: 0
i have set conditionally set column text color, its working fine after i have sorting condition setting column the colors are not shown in table. its showing normal table design and set the color are removed from table. what can i do for maintain the color after sorting. please help me
This discussion has been closed.
Answers
$('#example').dataTable({
"bSortClasses": false
});
above code help me.