Touch row highlighted
Touch row highlighted
oldtimer
Posts: 2Questions: 1Answers: 0
How do I get a touched row highlighted on an android app using datatables? It highlights when I click it in the emulator but when I touch a row on an actual android device nothing happens.
This discussion has been closed.
Answers
I figured it out. Trial and error, along with searching this site. In a nutshell it's addclass('selected') when the click event for the row fires.