Interface IIgrGridToolbarExporterProps

Hierarchy

Hierarchy

Properties

children?: ReactNode
className?: string
closed?: ((s, e) => void)

Type declaration

closing?: ((s, e) => void)

Type declaration

columnListHeight?: string

Sets the height of the column list in the dropdown.

columnToggle?: ((s, e) => void)

Type declaration

exportCSV?: string | boolean

Show entry for CSV export.

exportEnded?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Emitted on successful ending of an export operation.

      Parameters

      Returns void

exportExcel?: string | boolean

Show entry for Excel export.

exportStarted?: ((s, e) => void)

Type declaration

filename?: string

The name for the exported file.

id?: string
name?: string
opened?: ((s, e) => void)

Type declaration

opening?: ((s, e) => void)

Type declaration

overlaySettings?: IgrOverlaySettings

Sets overlay settings

prompt?: string

The placeholder text for the search input.

style?: CSSProperties
title?: string

Title text for the column action component