Multiple select Row in DataTable
Multiple select Row in DataTable
franklin_Augstin
Posts: 1Questions: 0Answers: 0
Hi,
I want to select Multiple rows and update the particular value of field with clicking a single button like edit.
Thanks in Advance.
I want to select Multiple rows and update the particular value of field with clicking a single button like edit.
Thanks in Advance.
This discussion has been closed.
Replies
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