Hello,
How can I fix the width of the row header ?
I tried these options :
colWidths: 200
this.hotRegisterer.getInstance(this.id).updateSettings({ rowHeaderWidth: 200})
But, I have no changes in my table.
I’m using angular to display handsontable component
in my json.package, I have this version: “@handsontable/angular”: “^5.1.0”
Thanks for help !