Interface FooterOptions

Options for the header of a column. For a full explanation of the options, please see the user guide at https://reactdatagrid.com/docs/tutorial-basics/footers

Hierarchy

  • FooterOptions

Properties

footerLabel?: string

Prefix for the footer value

footerLabelFunction?: ((column: ColumnOptions, dataProvider: undefined | unknown[]) => string)

Type declaration

footerOperation?: FooterOperation

The operation to apply to the footer. One of the following values:

  • average
  • sum
  • min
  • max
  • count

Property

See

https://reactdatagrid.com/examples/?example=Footer_Options

footerOperationPrecision?: number

Precision for the footer label

footerRenderer?: ((props: RendererProps) => unknown)

Type declaration

Generated using TypeDoc