Change to a close image when you click the Plus image
Change to a close image when you click the Plus image
https://jsfiddle.net/crhm8170/25/
I want to make the close image come out when I click the plus image. How do we deal with this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Looks like you don't have the
tr.removeClass('shown');
andtr.addClass('shown');
in the proper places. Take a look at the [example]https://datatables.net/examples/api/row_details.html) to see where they go.Kevin