@revolist/revogrid / SortingConfig
Type Alias: SortingConfig
ts
type SortingConfig: {
columns: {
cellCompare: CellCompareFunc;
order: Order;
prop: ColumnProp;
}[];
};
Type declaration
Name | Type | Defined in |
---|---|---|
columns | { cellCompare : CellCompareFunc ; order : Order ; prop : ColumnProp ; }[] | src/plugins/sorting/sorting.types.ts:13 |