i have one button outside , when it clicks , handsontable column value should change with static value which are checked on checkbox of the row
If you want to alter column headers you can use the updateSettings()
method, like
instance_of_handsontable.updateSettings({
colHeaders: new_headers_array
})
How is the development going? Did you already get everything working?