Hello,
I'm loading data remotely however, some of the columns are computed so I can't sort on them in the API. Is there a way to have sorting/filtering work only on the current page of data, and then only have paging trigger an API call?
Thanks,
Thanks, I'll review the options
Hello,
As I have noticed, nothing works on the grid on the client-side if WebApiAdaptor were to be used.
However, using "Offline: true" as an option isn't a solution either, because I retrieve the data by giving out a query with it. And "Offline" makes the grid ignore the query param addition for some reason.
And isn't it more optimal to do those sort of things ( Sort, Filter, and search ) on the client-side rather the sever's?
Is there really no other solution with WebApiAdaptor?