Closed
Description
Currently, only GridFilterColumn
has headerRenderer
marked as unsupported:
react-components/src/GridFilterColumn.tsx
Lines 14 to 18 in e033b0b
However, the vaadin-grid-sort-column
element doesn't support headerRenderer
either, see vaadin/hilla#1097
We should update GridSortColumn
accordingly to avoid confusion.