Closed simonwatz closed 6 years ago
Hey @simonwatz
Why are you destroying the table and recreating it when you are loading in data? you could just call the setData function.
have you tried console logging the data you are trying to pass into the table to see if it is valid?
Cheers
Oli :)
Hi Oli,
I am trying to add and upload button to my page to select a file from your computer and reload the table.
I found this snippet to get started: https://jsfiddle.net/taditdash/9Fh4c/
This is what I have so far but I cannot seem to get the data to load?
Could you please help with this? Thanks