Does react infinite scroller doesn’t work with table?
I have a list of item which I called from API and uses the react infinite scroller and it works. So I use the same logic of the fetching API with infinite scroller as I use from the list and use it on a table (I am using material tailwind table ). However it does not work and it only fetches data when I open the table window multiple times.