polestar-ui-kit
Version:
## Install
23 lines (22 loc) • 506 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var CheckboxColumn = {
headerName: '',
headerCheckboxSelection: true,
headerCheckboxSelectionFilteredOnly: true,
checkboxSelection: true,
headerClass: 'ps-grid-checkbox-header',
width: 40,
resizable: false,
suppressSizeToFit: true,
cellStyle: {
border: 'none !important'
},
filter: false,
menuTabs: false
};
var _default = CheckboxColumn;
exports["default"] = _default;