Hi folks,
I was curious about best practices to avoid long wait times for users when using this component? For example, while using a standard table widget, our data loads practically instantly however when passing it into the grid, it can take sometimes 10-15 even 20 seconds. How can we shave this down to improve UX?
Thanks,
Mike
Hello @Mike Amato
Server-side pagination is exactly used for those scenarios.
You can get an explanation here on the OutSystems DataGrid Sample that is also available in Forge for you to be able to see all the implementation.
Cheers,GM
Thanks @Gonçalo Martins!