How can I update the internal cache for sorting?
How can I update the internal cache for sorting?
thelinuxlich
Posts: 4Questions: 0Answers: 0
I have a function on rowCallback that adds classes based on aData[4] value, after that the tr is bound to a click event that toggles this class on/off. When I sort the table it scrambles my class toggling because it's aData is old, how can I make it update the aData from the DOM?
This discussion has been closed.