I have a table which contains more than 1000 rows and I used JQuery Datatable for pagination and searching. Everything is working fine but when the user wants to update anyone column value, each row one by one need to update. This is taking much time for 1000 rows.
My Question: Is there any possibilities like bulk edit. Example if I select which row I want to update like I will select 100 rows then I will update the only one-row value and when I click update automatically all 100 rows has to update.