adding delete icon
adding delete icon

hello
how do i add a delete icon for every row. I refered to the API here
https://datatables.net/reference/api/row().remove() .
Could not figure out how the add delete image icon
Thanks
This discussion has been closed.
Answers
Use
columns.defaultContent
. There is an example here: https://editor.datatables.net/examples/simple/inTableControls.htmlAllan
thanks allan!