Is there a way to send filter & sort operations to server side ?
GQI is nice to do some custom queries but the inconvenient is once you want to integrate it in a table, you have to send the whole table data to have filtering & sorting.
This start to be a problem when you have thousands of rows in your table.
Sending to server side would necessit to code the filter ourselves but it is something common in other frameworks or languages.
For example, js component datatables.net (DataTables | Javascript table library ) is a component which let you choose if you want to process data on client side or server side.
I wish something similar could exist to be able to use the GQI queries on large amount of data.

Hello Marieke,
A delivery date would be fine to me 🙂
Hi Julien,
It is now possible to optimize sort operators for ad hoc data sources.
RN: GQI DxM: New life cycle method allows ad hoc data sources to optimize sort operators
Docs: IGQIOptimizableDataSource
Note: with this feature, you can also see if any filters are added, but it is not yet possible to see on which column or what value is filtered.
Hi Julien,
I see that this question has been inactive for some time. Do you still need more information for this? If not, could you select Ward's answer to indicate that the question is resolved?