Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "libraries/super-table/src/models/interfaces"

Index

Type aliases

FILTER_TYPE

FILTER_TYPE: "TEXT" | "ENUM"

SORT_ORDER

SORT_ORDER: "ASC" | "DESC" | undefined

SuperTableCellFormatter

SuperTableCellFormatter: function

Type declaration

    • (value: any, row: Object, column: ColumnState): string
    • 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

Generated using TypeDoc