UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

11 lines (10 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCustomSortColumnViewItems = void 0; const getCustomSortColumnViewItems = (customSort, api) => { return { name: 'Column', values: [api.columnApi.getFriendlyNameForColumnId(customSort.ColumnId)], }; }; exports.getCustomSortColumnViewItems = getCustomSortColumnViewItems;