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

Is it possible to import values onto your datatable ?

Open Cants820 opened this issue 5 years ago • 1 comments

Hello Guys,

A have the redux state that holds the table values. when I edit/update the redux. My table rows become empty, yet my redux state is updated ? I was wondering would I have to do some stuff to my table to see the import changes ? I'm kinda having trouble with this implementation.

Thank You,

Cants820 avatar Aug 06 '20 08:08 Cants820

Redux shouldn't cause any issue here, can you create a short code sample to show the error? The values should just be passed to the component normally

nadbm avatar Aug 06 '20 14:08 nadbm