linkmore-design
Version:
🌈 🚀lm组件库。🚀
39 lines (38 loc) • 608 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// 表格基础配置文件
// 行选择
const checkConfig = {
trigger: 'row',
highlight: false
};
// 列排序
const sortConfig = {
trigger: 'default',
checkRowIds: []
};
// 列过滤
const filterConfig = {
trigger: 'default',
checkRowIds: []
};
// 分页
const pagerConfig = {
pageSize: 30,
pageIndex: 0
};
// 编辑配置
const editConfig = {
enabled: false
};
var _default = {
checkConfig,
sortConfig,
filterConfig,
pagerConfig,
editConfig
};
exports.default = _default;