Hey,
I’m use the Handsontable under Angular 6 and I have problem with the afterGetRowHeaders-callback. The callback is define in the settings object and the second parameter of the afterGetRowHeaders-callback is not a HTML-Element, but i need the html-element for styling.
Thank you
Hi @sebastian.rupprecht
It looks ok in the Stackblitz demo for the afterGetRowHeader hook inside a Angular 6 app. Here is a demo https://stackblitz.com/edit/angular-ps4gvp?file=src/app/hello.component.ts
Can you share more details about the styling that you would like to add?
I try it on the way, how in the demo but its the same problem.
My Seetings-Object:
My Html with the Handsontable angular wrapper:
The console output of the afterGetRowHeader-Callback:

I hope that are enough details
and i will change only the backgroundcolor of the rowheaders, but i will dont use the global css file
I think the problem is that my app run under handsontable-pro@5.0.2 and handsontable-pro/angular@2.0.0 and the demo runs under handsontable-pro@4.0.0 and handsontable-pro/angular@1.0.0-beta5.
Is there anything that I can do for you right now or would would lie to test it with a different version on your device?