Hi Team,
I have a few requirements for my Handsontable component. Please provide me with the solutions for these, preferably a working sample.
-
How do I change the color of the column header? By default, it’s light grey.
-
How do you change the default column selection color? Right now if we select a column we can see a blue border as well as the background of the cells along with the column header. Want to change that color based on the type of the column. For example, for text, it should be red and for numeric one, it should be green
-
How do I change the column header cell height? I Can set the row heights but it only applies to the rows, not the Column header.
-
Is there any hook for column unselect action? Something like afterSelectColumns which gets triggered when the column is selected, do we have any such hook? Else how to capture that?
-
How to enable in-place editing? I have set the className: “htMiddle htLeft”, to display the text in the middle and left. But when I am trying to edit the cell the editing is happening on the left corner. I want some in-place editing
Please check these and update me with the solutions.
Thanks.