1771 Technologies Logo

Grid API

FloatingRowApi

Defines the methods for managing the floating row in the Graphite Grid.

Properties

  • Name
    getFloatingRowEnabled
    Type
    () => boolean
    Description

    Gets the current enabled state of the floating row.

  • Name
    getFloatingRowHeight
    Type
    () => FloatingRowHeight
    Description

    Gets the current height of the floating row.

  • Name
    setFloatingRowEnabled
    Type
    (enabled: boolean) => void
    Description

    Sets the enabled state of the floating row.

  • Name
    setFloatingRowHeight
    Type
    (height: FloatingRowHeight) => void
    Description

    Sets the height of the floating row.

  • Name
    toggleFloatingRow
    Type
    () => void
    Description

    Toggles the enabled state of the floating row.