@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
18 lines (16 loc) • 444 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,
includeHeaderFilters: false,
includeOutliers: false,
outliersFactor: 1.5,
expand: false,
disableColumnVirtualization: true
};
/**
* The Resize API interface that is available in the grid `apiRef`.
*/