Interface: SortCapability
- Since:
- Module:
Usage
Signature:
interface SortCapability<D>
Generic Parameters
Parameter | Description |
---|
D | Type of Data |
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: