jotsys

Results 2 comments of jotsys

I had to add this line in order for it to clear contents in the data property. Works fine now! **this.datatable.data = [];** ``` this.datatable.clear(); this.datatable.data = []; this.datatable.import({ headings:...

I was able to user this.datatable.clear(); and it did work well