sorts
Home > @gooddata/sdk-ui > IUseInsightDataViewConfig > sorts
IUseInsightDataViewConfig.sorts property
Modify sorts on prepared insight execution, before it's executed.
Signature:
sorts?: ISortItem[] | ((def: IExecutionDefinition) => ISortItem[]);