terra-data-grid
Version:
Package containing data grid container components that enable users to navigate the grid information using directional navigation keys.
19 lines (18 loc) • 438 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* The Object representation of the row selection column.
*/
var ROW_SELECTION_COLUMN = {
id: 'WorklistDataGrid-rowSelectionColumn',
width: 40,
isSelectable: true,
isResizable: false
};
var WorklistDataGridUtils = {
ROW_SELECTION_COLUMN: ROW_SELECTION_COLUMN
};
var _default = exports.default = WorklistDataGridUtils;