Hi,
I made some tables with settings (data, rowHeaders, etc.) and that’s working.
Now I’m trying to get back all of this settings.
So I tried the instance.getSettings() to get back my initial settings. But I don’t know why, this function returns me an empty object.
Example here : https://jsfiddle.net/HeyHeyChicken/nt7b305f/2/
Can you please say me how to get back my initial settings ?
Thanks.