how to change initial fields for new data source loaded
what are parms for setting fields so initial load includes calculated fileds sorting etc
1 answer
Hello Matthew,
Thank you for writing. Here is the Codepan example for you – https://codepen.io/webdatarocks/pen/EoJOxQ. Please note that you can always load your data into the component and then apply all the settings with the UI tools. After that, you can press Save
button and all the configurations will be saved to the JSON file. Using the JSON file you can restore the state in future.
Let us know if everything works fine for you.