Hello all,
Do you know if exists any JS API to export all data when we have pagination server side?
Or the only way is to create a server action for that?
Thanks
Hello @Paulo Torres
We don't have any javascript API for the use case you mentioned. Given the fact that the pagination is server-side, we don't have access to the whole data set, so unfortunately we don't have a way to cover that use case.
Cheers,GM
Hello @Gonçalo Martins,
Thanks for the answer. I understand, make sense :)
Best regards, Paulo Torres