On HT 8.0.0-beta.2, when using the loadData
to reload the data, the hidden columns are shown again.
Please check this jsfiddle.
https://jsfiddle.net/guobacai/9dhp3tn7/28/
- Click the button “Hide Second Column”.
- Click the button “reload data”.
You will notice that the second column is shown again.
I am not sure if this is an issue of the loadData. I also tried render
method, and it works.
Could you advice me what method should I use when I want to re-load the data and also keep the hidden columns?
Thanks,
Jerry