remove row from button in details
remove row from button in details

i have a table with detais rows. Inside the detais i have a button to delete that row.
how can i remove the row?
This discussion has been closed.
i have a table with detais rows. Inside the detais i have a button to delete that row.
how can i remove the row?
Answers
Use
row().remove()
. The Datatable API's are documented here.Kevin