You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
passes arguments to the API (eg. filter/sort parameters)
returns the API response in the same call
However, useInfiniteQuery.fetchNextPage doesn't allow custom arguments to be passed to it, so there is no way to accomplish the above and get it to work with server-side row model.
Can we allow arguments to be passed to fetchNextPage?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://www.ag-grid.com/react-data-grid/server-side-model-datasource/
AgGrid server-side row model requires you to define a
getRows
method that:However,
useInfiniteQuery.fetchNextPage
doesn't allow custom arguments to be passed to it, so there is no way to accomplish the above and get it to work with server-side row model.Can we allow arguments to be passed to
fetchNextPage
?Beta Was this translation helpful? Give feedback.
All reactions