Interface: SortCapability

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83698-01

Since:
  • 4.2.0
Module:
  • ojdataprovider

QuickNav

Fields

Description

Defines the result from the DataProvider method DataProvider#getCapability for capability "sort"


Usage

Signature:

interface SortCapability

Typescript Import Format
//To use this interface, import as below.
import {SortCapability} from "ojs/ojdataprovider";

For additional information visit:


The interface for SortCapability

Fields

attributes :"none"|"single"|"multiple"

Number of attributes that can be sorted at the same time. Possible values are:
  • "none": no sorting is supported.
  • "single": only one attribute can be sorted at a time.
  • "multiple": more than one attribute can be sorted at a time.
Since:
  • 4.2.0