Type aliases
FILTER_TYPE
FILTER_TYPE: "TEXT" | "ENUM"
SORT_ORDER
SORT_ORDER: "ASC" | "DESC" | undefined
SuperTableCellFormatter
SuperTableCellFormatter: function
Type declaration
-
-
Parameters
Returns string
SuperTableSorter
SuperTableSorter: function
Type declaration
-
- (row1Value: any, row2Value: any, row1: Object, row2: Object): number
-
Parameters
-
row1Value: any
-
row2Value: any
-
row1: Object
-
row2: Object
Returns number