Options
All
  • Public
  • Public/Protected
  • All
Menu

The properties that will be passed to the RowRenderer component or function.

Type parameters

  • T: Cell<T, V>

  • V

Hierarchy

  • RowRendererProps

Index

Properties

Properties

cells

cells: T[]

The cells in the current row

children

children: ReactNode

The regular react props.children. You must render {props.children} within your custom renderer or you won't see your cells.

row

row: number

The current row index

Generated using TypeDoc