fnDeleteRow or jquery remove()
fnDeleteRow or jquery remove()
JustinWyllie
Posts: 1Questions: 0Answers: 0
Hi
I want to remove a row from my data table. The record represented by the row has already been deleted on the server so I don't need to delete any data just remove the row. Should I use fnDeleteRow() or can I just remove the row using remove()? Does it matter?
Thanks
--JustinWyllie
I want to remove a row from my data table. The record represented by the row has already been deleted on the server so I don't need to delete any data just remove the row. Should I use fnDeleteRow() or can I just remove the row using remove()? Does it matter?
Thanks
--JustinWyllie
This discussion has been closed.
Replies
Yes - see: http://datatables.net/faqs#append . The same reasoning applies.
Allan