How to delete multiple records at once and update Datatable

How to delete multiple records at once and update Datatable

bluesapphirebluesapphire Posts: 17Questions: 0Answers: 0
edited February 2011 in General
How can I delete multiple records at once (by seleting multiple checkboxes) and update/reload DATATABLE with new data.

2- Can I send data other then GET method.

Thanks in advance

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    What is your data source? If Ajax sourced you can use fnReloadAjax, if server-side processing then fnDraw and is DOM then just calling fnDeleteRow as needed would do it.

    Allan
This discussion has been closed.