Hi Team,
I am using the updateSettings method to update the columns (basically adding a new column to the existing columns). Also updating the data using the loadData method.
At the console, I can see all the values are getting updated but the table is getting hidden once the method completes.
I do not understand what the issue is. Can someone help me out?
Before - I have only 1 column.
After - looks like the columns are added but height is 0
My addColumn method -
This is the container of the table and the div for + icon
This is the table creation code -
Please help me out.
Thanks