How to change row class when not visible due to filters
How to change row class when not visible due to filters
I'm having an issue with updating the row class when it is not visible because of filter settings. I used "fnCreatedRow" to create the row and assign the correct class, but this only works for the first time it is displayed. If the row is displayed, which triggers fnCreatedRow and creates the DOM element, but then I hide that row through filters, is there a way for me to find and access that DOM element? And hopefully update its class as well?
I don't know if this is a supported feature or not, but if it is could someone point me in the right direction?
Sorry I don't have any code or link to post, but I think this should be ok since it's pretty much just theoretical...
Thanks!
I don't know if this is a supported feature or not, but if it is could someone point me in the right direction?
Sorry I don't have any code or link to post, but I think this should be ok since it's pretty much just theoretical...
Thanks!
This discussion has been closed.