Represents a grid component with customizable features.

  • Type Parameters

    • T extends unknown

      The type of row data in the grid.

    Parameters

    • props: IGridProps<T, any>

      The properties for the grid.

    Returns Element

    • The grid component.