Internal implementation of defaultSortings.
Sortings that were selected by the user and must be applied on next request of data.
Default sortings that will be used by service.
Internal method for default sortings cloning. This method is used as FilterConfig.defaultValue as well as for copying to sortings when defaultSortings setter is used and sortings is empty.
Performs service destroy.
Removes all sortings from sortings array.
Removes sort with specified field name from sortings array.
name of the sort to remove.
Sets sortings according to specified parameters.
name of the field by which sorting must be executed on server. This value will be used as SortParameter.fieldName.
In case when sorting with the same field name is already specified, direction of this sorting will be toggled to reversed value and this sorting will be pushed to the end of sortings array. So it will be applied last.
true
to keep previously applied sortings in sortings array.
Generated using TypeDoc
Provides sorting functionality.
This type is configured to use with FiltersService.