Preparing search index...
    Index

    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: string, type: VALUE_TYPE, sortDescendingFirst?: boolean): 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]: undefined | ORDER }

      Returns { [key: string]: undefined | ORDER }

    Methods

    • Returns void

    • Parameters

      • fieldName: string

      Returns undefined | ORDER

    • Parameters

      • fieldName: string

      Returns void

    • Parameters

      Returns void