How I can access to a row in a specific page?
How I can access to a row in a specific page?

For example
I want to edit all rows in a specific page in datatable.How I can do it ?
This discussion has been closed.
For example
I want to edit all rows in a specific page in datatable.How I can do it ?
Answers
You can do that for the current page with
rows()
,rows({page: 'current'})
, but unfortunately not for any other page.Colin