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) 252 B
import { FlashingCellStyle } from '../../../View/FlashingCell/FlashingCellStyle'; export const getFlashingCellStyleViewItems = () => { return { name: 'Flash Styles', label: 'Change Style', view: FlashingCellStyle, }; };