How to Highlight a row manually
How to Highlight a row manually
ravikirankethe
Posts: 11Questions: 5Answers: 0
I want to go through list of datatable items and if my criteria is matching then I want to select the row manually. What if the row is in the other page? How to handle that?
This discussion has been closed.
Answers
perhaps? Then just have a bit of CSS that matches that class and adds whatever highlighting style you want.
Allan
Allan,
Thanks for the reply. I would like to have default stylesheet of selecting the row. I added the code but that did not helped.
selected
is the class that the DataTables default stylesheet uses for highlighting a row.If that doesn't work for you, please link to a test case showing the issue.
Allan