In react virtualized, I'm trying to reset the rows if someone filters on certain critera.
I've tried calling:
Using refs
this.infiniteLoaderRef.resetLoadMoreRowsCache();
and the function that supposedly exists?
InfiniteLoader.resetLoadMoreRowsCache();
But it can't find resetLoadMoreRowsCache either way.
What's the correct way to use it?