Constructors

  • Parameters

    • OptionalcouldBeUnknown: boolean
    • OptionalmaxSortFields: number

    Returns SortStore

Properties

sortByField: ((field: string, type: VALUE_TYPE, sortDescendingFirst?: boolean) => void)

Sortable by clicking on the table header for the field

Type declaration

    • (field, type, sortDescendingFirst?): void
    • Parameters

      • field: string

        field name

      • type: VALUE_TYPE

        type of data to send to the server

      • OptionalsortDescendingFirst: boolean

        toggles sorting to start in descending direction

      Returns void

Accessors

  • get sortDirections(): {
        [key: string]: ORDER | undefined;
    }
  • Returns {
        [key: string]: ORDER | undefined;
    }

    • [key: string]: ORDER | undefined

Methods

  • Returns void

  • Parameters

    • fieldName: string

    Returns undefined | ORDER

  • Parameters

    Returns void