Add html to top of rowHeaders

Tags: #<Tag:0x00007f0afe608dc0> #<Tag:0x00007f0afe608c80>

Hello !

I want to add custom HTML on top of rowHeaders like buttons or something else.

Is it possible ?

Hi @jackwhitekimo

Thank you for contacting us. Yes, it’s possible by using afterGetColHeader hook to add custom content to the column headers, or afterGetRowHeader to modify row headers. Here’s an example of the first hook:

https://jsfiddle.net/aszymanski/np5b7Ljw/

Dear @adrian.szymanski
This is what I want.
Thank you for your help.

My demo:
my_demo

Hi @jackwhitekimo

I’m glad, that I could help.