Get all data of datatable fitered or page.

There is some way to have all the data in a datatable even if they are filtered or paged?

Thanks in advance

https://docs.webix.com/api__ui.datatable_eachrow.html
use argument all:true

thanks so much!!