You need to sign in to do that
Don't have an account?

update field in datatable with pagination
i'm trying to select all rows and approve them at once with the pagination., but only rows in first page are getting updated when i click on approve button eventhough all rows are selected.How do i make all rows updated at once

you have to perform selection logic not only on filter records but you should perform logic on all the records.

Thank you, i worked it out