UNPKG

@mui/x-virtualizer

Version:

MUI virtualization library

26 lines (25 loc) 584 B
"use strict"; 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 } };