@mui/x-virtualizer
Version:
26 lines (25 loc) • 584 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DEFAULT_PARAMS = exports.DEFAULT_COLUMNS = void 0;
const DEFAULT_COLUMNS = exports.DEFAULT_COLUMNS = [{
field: 'DEFAULT_COLUMN'
}];
const DEFAULT_PARAMS = exports.DEFAULT_PARAMS = {
resizeThrottleMs: 100,
columns: DEFAULT_COLUMNS,
dimensions: {
autoHeight: false,
columnsTotalWidth: 0,
leftPinnedWidth: 0,
rightPinnedWidth: 0,
topPinnedHeight: 0,
bottomPinnedHeight: 0
},
virtualization: {
isRtl: false,
rowBufferPx: 150,
columnBufferPx: 150
}
};