row specific buttons
row specific buttons
I'm trying to add some row specific actions to the table, and so far the best I can do is have my code hard code the values into the . Assuming I store the row key value(s) in the 's id, would there be a way to add generic code to call a url and pass in the row specific tr id?
Or if there is a better way to approach this, my goal is to have View and Edit buttons for each row I'm displaying (I'm using dataTables to display a summary set of fields to the user, but I need them to be able to view/edit them all).
Or if there is a better way to approach this, my goal is to have View and Edit buttons for each row I'm displaying (I'm using dataTables to display a summary set of fields to the user, but I need them to be able to view/edit them all).
This discussion has been closed.
Replies
Allan