Can i implement useInfiniteList with useTable or useDataGrid?
The api I am using in my custom data provider does not have a way get
total which useList requires. UseInfiniteList seems like the next best option. I am using cursor based pagination and UseInfiniteList support pagination I am just not sure how to integrate it into a table.