How To Delete Multiple Rows In DataTable

How To Delete Multiple Rows In DataTable

partha_arimapartha_arima Posts: 2Questions: 2Answers: 0

Hi, I am using DataTables Editor.

When I select multiple checkboxes to delete, from frontend it's working fine but on the server side, I only get one value.

Sample output : data[16][vehicle_number]

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    Hi @partha_arima ,

    It's working in this example here. Would you be able to link to your page or create a test case. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    If not, please post your code here.

    Cheers,

    Colin

This discussion has been closed.