I\'m working on a history development of a particular user and I want it to be done with dataTables. However, I cannot find the way with which I can make my row or a particu
You need to add an eventhandler on click to cells(td) of your datatable and you have to define the action what you want to process in that eventhandler.
datatables
is a great source to have a look over and play around.