Sign up to receive Decoded, a new monthly digest with product updates, feature release info, continuing education opportunities, and more.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
sorry, I have no knowledge on Coldfusion therefore I do not know how the generated HTML will look alike, but here some basic concepts for your question:
1. Delete row button
Just add a column where you place a delete icon (or button - then just change the selector to "button.btn-delete") and give it a class name like "img-delete"
Open in new window
2. New button
Will this example help?
http://www.datatables.net/examples/api/add_row.html
There you can see that the button is placed above and then calls the dataTables function for adding a row. That would then be the right place to call additionally your CF function
3. Click events on rows
The following will bind to the row click / double click events
Open in new window
HTH
Rainer