bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.82k stars 785 forks source link

Can react-window-infinite-loader List rows be edited ( Removed / Deleted ) without reloading the entire list? #683

Closed yelnyafacee closed 1 month ago

yelnyafacee commented 1 year ago

I have an react-window-infinite-loader List that looks like this:

https://prnt.sc/vKwz5Y6QoodA

if the X Remove button is clicked I want to do an async axios request to remove that row in database, and once its done update the frontend UI

is that possible with react-window-infinite-loader?