Interface ColumnMenuItem

An item in the column menu. This is the menu that appears when the user clicks on the column menu button. Please see https://reactdatagrid.com/examples/?example=Column_Menu for an example, and https://github.com/flexicious/euxdt-example/blob/main/src/app/examples/column-menu.tsx for the code.

Hierarchy

  • ColumnMenuItem

Properties

Properties

className: string

The class name to use for the menu item. This is used to style the menu item.

label: string

The label to use for the menu item.

onClick: ((evt?: any) => void)

Type declaration

    • (evt?: any): void
    • The callback to call when the user clicks on the menu item.

      Parameters

      • Optional evt: any

      Returns void

Generated using TypeDoc