1771 Technologies Logo

Initial Grid State

RowDetailProvidedProps<T>

Initial configuration for row detail functionality provided to Graphite Grid.

Type parameters

Type parameter
T

Properties

  • Name
    rowDetailEnabled?
    Type
    RowDetailEnabled<T>
    Description

    Indicates if row detail functionality should be enabled for a row.

  • Name
    rowDetailExpansions?
    Type
    Set<string>
    Description

    The initial set of row detail nodes that are expanded in the grid.

  • Name
    rowDetailHeight?
    Type
    RowDetailHeight<T>
    Description

    The height configuration for row details.

  • Name
    rowDetailRenderer?
    Type
    (params: RowDetailFunctionParams<T>) => null | Element
    Description

    The renderer function for the row detail component.