I am trying to dynamically add a column to a handsontable. I don't see a sample anywhere nor o i see a method to do so in the API. Has anyone figured out a way to overcome this or have some sample code that I can look at that would help.
Thank you.
Have you tried use handsontable('alter', 'insert_col', index, amount)
method? You can add and remove columns and rows using alter
method. See the documentation page of the handsontable project.