How to change cell value when clicks on outside button in react?

Tags: #<Tag:0x00007f8b1ae6dd98>

i have one button outside , when it clicks , handsontable column value should change with static value which are checked on checkbox of the row

Hi @mangalasamybe

If you want to alter column headers you can use the updateSettings() method, like

instance_of_handsontable.updateSettings({
	colHeaders: new_headers_array
})

Hi @mangalasamybe

How is the development going? Did you already get everything working?