UNPKG

vxe-table

Version:

A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.

24 lines (23 loc) 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gridProps = void 0; var _ui = require("../../ui"); var _props = require("../../table/src/props"); const { getConfig } = _ui.VxeUI; const gridProps = exports.gridProps = Object.assign(Object.assign({}, _props.tableProps), { layouts: Array, columns: Array, pagerConfig: Object, proxyConfig: Object, toolbarConfig: Object, formConfig: Object, zoomConfig: Object, size: { type: String, default: () => getConfig().grid.size || getConfig().size } });