CustomSortApi
 TypeScript
declare class CustomSortApi extends BaseApiExtends
BaseApi
Methods
| Method | 
|---|
| getCustomSortForColumn(columnId, view) | 
Method Details
getCustomSortForColumn
 TypeScript
getCustomSortForColumn(columnId: string, view: AdaptableComputedViewBase): CustomSort | undefined;Parameters
| Parameter | Type | 
|---|---|
| columnId | string | 
| view | AdaptableComputedViewBase | 
Returns
CustomSort | undefined