Results 16 comments of Nadav Shaar

Are you sure that you can't integrate react-query with `onRowsRequest`?

I'm not a `react-query` expert, but i think that you should be able to integrate `useQuery` with `onRowsRequest`. if you can share a live example that uses `react-query` with a...

Fixed: https://codesandbox.io/s/react-grid-table-async-forked-1o3w4h?file=/src/App.js You should have worked with the refetch function in order to fetch on demand, and disable the auto fetch (unless you need the data for another component).

You're right, we will add support for TS in the near future but it will take some time.

Hi, can you please share a live example?

To get the highlighted value in the 3rd scenario you need to use the `value` (which is what the `getValue` function is returning + highlight) from the props instead of...