I'm trying to use Typsense with InstantSearch and displaying the results with ag-grid. It kind of works, but using ag-grid with "client data" is kind of wonky. the grid/table column sorting/filtering is performed on the current page's data only, which is not optimal. I'm not sure how to solve this.