@mui/x-data-grid
Version:
The Community plan edition of the Data Grid components (MUI X).
17 lines (15 loc) • 413 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DEFAULT_GRID_AUTOSIZE_OPTIONS = void 0;
const DEFAULT_GRID_AUTOSIZE_OPTIONS = exports.DEFAULT_GRID_AUTOSIZE_OPTIONS = {
includeHeaders: true,
includeOutliers: false,
outliersFactor: 1.5,
expand: false,
disableColumnVirtualization: true
};
/**
* The Resize API interface that is available in the grid `apiRef`.
*/
;