Function GridView

Represents a GridView component.

  • Type Parameters

    • T extends unknown = any

      The type of RowData.

    • P extends unknown = any

      The type of IAnything.

    Parameters

    • props: IGridViewProps<T, P>

      The component props.

    Returns Element

    • The GridView component.