Hey, I was working on a feature and was wondering if there was a way to edit certain column headers. The table will have default values for the column headers & then will give the users an option if they would want to edit the columns. Is there an example I can refer to or has someone done this before? I am trying to do this in React + Typescript.
How to allow the editing of the column headers as a user?
Thank you for contacting us. Handsontable doesn’t allow end users to edit headers directly. Currently, it can only be done programmatically with the afterGetColHeader
hook to modify the styling or with colHeaders
option to set the column headers values.