remove row from button in details
remove row from button in details
jjcfidalgo@gmail.com
Posts: 11Questions: 8Answers: 0
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