Skip to content

Allow customizing the header menu icon  #836

@lukasmasuch

Description

@lukasmasuch

The default header menu icon is a triangle. It would be great if this could be configured by providing an arbitrary SVG.

image

Two potential API options:

  1. Make it configurable on a per column-basis by adding a menuIcon property to GridColumn that works the same way as the icon property.
  2. Add a headerMenuIcon property to the data editor that allows to configure it globally:
interface DataEditorProps {
    // ...other props
    headerMenuIcon?: Sprite;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    package:coreRequests related to the core packagetype:enhancementRequests for enhancements or new features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions