interface GridSortCellParams<V> {
    api: any;
    field: string;
    id: GridRowId;
    rowNode: GridTreeNode;
    value: V;
}

Type Parameters

  • V = any

Properties

Properties

api: any
field: string
rowNode: GridTreeNode
value: V