inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

Calling gridRef.current.setItemPropertyAt() and gridRef.current.setLoading() one after another doesn't work #384

Open aravindttand opened 9 months ago

aravindttand commented 9 months ago

What you did:

When tried to use gridRef.current.setItemPropertyAt() and gridRef.current.setLoading() one after another inside onEditComplete one is working the other is not. Is this a bug, ideally both should happen.