Multiple select Row in DataTable

Multiple select Row in DataTable

franklin_Augstinfranklin_Augstin Posts: 1Questions: 0Answers: 0
edited December 2013 in DataTables 1.9
Hi,

I want to select Multiple rows and update the particular value of field with clicking a single button like edit.

Thanks in Advance.

Replies

  • allanallan Posts: 63,368Questions: 1Answers: 10,449 Site admin
    Is this using Editor? Unfortunately Editor does not support multi-row editing at the moment because of the inherent complexity of what to do if you have different values in different fields that you don't want to update (since Editor is a row based editor).

    At the moment, the closest that we can come to this is to send multiple Ajax requests, one for each row, which would be transparent to the user, but the developer would need to write the loop for this.

    Regards,
    Allan
This discussion has been closed.