Skip to content

Mark headerRenderer as unsupported for GridSortColumn #130

Closed
@web-padawan

Description

@web-padawan

Currently, only GridFilterColumn has headerRenderer marked as unsupported:

/*
* According to https://github.com/vaadin/web-components/issues/1485, the
* `headerRenderer` is not allowed for `vaadin-grid-filter-column`.
*/
export type GridFilterColumnProps<TItem> = Partial<

However, the vaadin-grid-sort-column element doesn't support headerRenderer either, see vaadin/hilla#1097

We should update GridSortColumn accordingly to avoid confusion.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions