@antv/s2
Version:
effective spreadsheet render core lib
15 lines • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SHEET_COMPONENT_DEFAULT_OPTIONS = void 0;
exports.SHEET_COMPONENT_DEFAULT_OPTIONS = {
tooltip: {
enable: true,
autoAdjustBoundary: 'body',
operation: {
hiddenColumns: true,
sort: true,
},
},
showDefaultHeaderActionIcon: true,
};
//# sourceMappingURL=option.js.map