UNPKG

@adaptabletools/adaptable

Version:

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

9 lines (8 loc) 246 B
export const getFlashingTargetViewItems = (flashingCell) => { return { name: 'Target', values: Array.isArray(flashingCell.FlashTarget) ? flashingCell.FlashTarget : [flashingCell.FlashTarget], }; };