dantrain/react-stonecutter

Infinte Scroll & Filtering?

WebTalentTop opened this issue · 1 comments

I think these 2 features are very important.
Are you planning to add these features

Hello,

Filtering can be done as normal with React. You can pass your filtered list of items into the Grid, making sure the keys remain the same for items that remain (see the React docs).

Infinite scroll is something I'd like to look into in future but it may require significant changes.