-
Notifications
You must be signed in to change notification settings - Fork 399
Allow customizing the header menu icon #836
Copy link
Copy link
Closed
Labels
package:coreRequests related to the core packageRequests related to the core packagetype:enhancementRequests for enhancements or new featuresRequests for enhancements or new features
Description
The default header menu icon is a triangle. It would be great if this could be configured by providing an arbitrary SVG.
| roundedPoly( |
Two potential API options:
- Make it configurable on a per column-basis by adding a
menuIconproperty toGridColumnthat works the same way as theiconproperty. - Add a
headerMenuIconproperty to the data editor that allows to configure it globally:
interface DataEditorProps {
// ...other props
headerMenuIcon?: Sprite;
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
package:coreRequests related to the core packageRequests related to the core packagetype:enhancementRequests for enhancements or new featuresRequests for enhancements or new features