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.

8 lines (7 loc) 429 B
import { VxeUI } from '../../ui'; import { tableProps } from '../../table/src/props'; const { getConfig } = VxeUI; export const gridProps = Object.assign(Object.assign({}, tableProps), { layouts: Array, columns: Array, pagerConfig: Object, proxyConfig: Object, toolbarConfig: Object, formConfig: Object, zoomConfig: Object, size: { type: String, default: () => getConfig().grid.size || getConfig().size } });