JavaScript Data Grid: Grid Options
All of these grid options are available through the generic GridOptions<TData>
interface.
TData
can optionally be used to represent the shape of the row data and is explained further under Typescript Generics.
All of these grid options are available through the generic GridOptions<TData>
interface.
TData
can optionally be used to represent the shape of the row data and is explained further under Typescript Generics.