@adaptabletools/adaptable-cjs
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
9 lines (8 loc) • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CellSummaryReady = exports.CELL_SUMMARY_READY = void 0;
exports.CELL_SUMMARY_READY = 'CELL_SUMMARY_READY';
const CellSummaryReady = () => ({
type: exports.CELL_SUMMARY_READY,
});
exports.CellSummaryReady = CellSummaryReady;