fnDeleteRow or jquery remove()

fnDeleteRow or jquery remove()

JustinWyllieJustinWyllie Posts: 1Questions: 0Answers: 0
edited March 2013 in General
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

Replies

  • allanallan Posts: 63,522Questions: 1Answers: 10,473 Site admin
    > Does it matter?

    Yes - see: http://datatables.net/faqs#append . The same reasoning applies.

    Allan
This discussion has been closed.