UNPKG

@adaptabletools/adaptable

Version:

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

8 lines (7 loc) 214 B
import { MathOperation } from '../../AdaptableState/Common/Enums'; export const shortcutOperationList = [ MathOperation.Add, MathOperation.Subtract, MathOperation.Multiply, MathOperation.Divide, ];