StiDataSortsHelper Class
Namespace: Stimulsoft.Viewer.Helpers.Dashboards
Methods
| Method | Returns | Description |
|---|---|---|
applySorting static |
void | |
applySortsToElement static |
void | |
getElementSorts static |
any[] | |
getSortMenuItems static |
any[] | |
sortRuleItem static |
Method Details
applySorting static
applySorting(report: StiReport, parameters: any): void
Parameters
- report (StiReport)
- parameters (any)
applySortsToElement static
applySortsToElement(element: IStiElement, sorts: any[]): void
Parameters
- element (IStiElement)
- sorts (any[])
getElementSorts static
getElementSorts(element: IStiElement): any[]
Parameters
- element (IStiElement)
Returns any[]
getSortMenuItems static
getSortMenuItems(element: IStiElement): any[]
Parameters
- element (IStiElement)
Returns any[]
sortRuleItem static
sortRuleItem(sortRule: StiDataSortRule): void
Parameters
- sortRule (StiDataSortRule)