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