UNPKG

@adaptabletools/adaptable

Version:

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

7 lines (6 loc) 195 B
export const isRowDataChangedInfo = (value) => { return typeof value.rowTrigger === 'string'; }; export const isCellDataChangedInfo = (value) => { return !isRowDataChangedInfo(value); };