bsssshhhhhhh / svelte-data-grid

Lightweight and powerful data grid for svelte
MIT License
203 stars 36 forks source link

Table is not updating when the rows values changed #8

Open sheikalthaf opened 4 years ago

sheikalthaf commented 4 years ago

Hi,

I'm currently using library. On initial load the rows will be an empty []. After http call i get the data but the data row data is not getting updated. How to solve this issue?

Thanks for this awesome library