All Questions
Tagged with jquery-datatablesfunctional-programming
1 question
1vote
1answer
2kviews
Conditionally applying and removing css based on a table row clicked
I've a added a click event to each row on a table element. Which I then use the $this context from the event to add some css styling to that clicked row. The behavior is as follows: ...