Custom UI for top left conner of table

Tags: #<Tag:0x00007f136d893708> #<Tag:0x00007f136d8935c8>

Hello, we would like to add a checkbox to the top left conner of the table. Do we have a way to override ui like colHeaders or rowheaders for the top left corner of the table?

We have searched and only found this post

which seems we can only inject text via css. This post was long time ago. For current version, do handsontable provide API to custom the top left conner of the table yet?

Hi @elecwebmaker

There is another way, than doing that through CSS. You can use afterGetColHeader hook to apply text or HTML element in the column headers, like here: https://jsfiddle.net/handsoncode/brextz3j/

Thank you. This seems to be what I want.