Interface: GridItemMetadata
- Since:
- Module:
Usage
Typescript Import Format
//To use this interface, import as below.
import {GridItemMetadata} from "ojs/ojdatagridprovider";
For additional information visit:
Interface for metadata property for the item returned to the DataGrid from the GridItem#metadata.
Fields
-
(nullable) sortDirection :('ascending'|'descending'|'unsorted')
-
Metadata of the label. By default it is 'null'.
- Since: