stevenrskelton / sortable-table

Polymer Web Component that generates a sortable <table> from inlined or AJAX JSON, JSON5, and arrays.
https://stevenrskelton.github.io/sortable-table/
MIT License
196 stars 37 forks source link

Deleting and Replacing rows don't load automatically #46

Open LaraEzarik opened 9 years ago

LaraEzarik commented 9 years ago

The table works fine if I just push new elements into my array but as soon as I use the splice function to remove duplicates the table does not update. The array is correct and if you press the sort buttons it will then display the new data. I have tried splicing before and after and it makes no difference is there some way to manually refresh the table.