I am trying to add some HTML to a header in a table using nested headers. Is it possible to accomplish this using a custom renderer?
Custom Renderer in Nested Headers
Hi @justin.ross
Generally, we recommend using afterGetColHeader hook if you want to add a simple element to the headers:
Hi Adrian,
Thanks for the reply. Does this hook handle the top-level columns in a nested header? I am only getting the lowest level columns in my headers group.
Hi @justin.ross
You are right, it will work only with bottom-level headers, as top-level is virtualized and customizing it results in display errors in the whole table.
There is the other way how you can achieve that. nestedHeaders accept the HTML so, you can try something like this: