react-stonecutter icon indicating copy to clipboard operation
react-stonecutter copied to clipboard

Infinte Scroll & Filtering?

Open WebTalentTop opened this issue 7 years ago • 1 comments

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

WebTalentTop avatar Aug 11 '17 08:08 WebTalentTop

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.

dantrain avatar Aug 17 '17 16:08 dantrain