基于vxe-table的表格插件,实现简单的虚拟树表格(属于内测阶段,谨慎使用) Installing npm install xe-utils vxe-table vxe-table-plugin-virtual-tree // ...importVXETablefrom'vxe-table'importVXETablePluginVirtualTreefrom'vxe-table-plugin-virtual-tree'import'vxe-table-plugin-virtual-tree/dist/style.css'//...
停止维护. Contribute to x-extends/vxe-table-plugin-virtual-tree development by creating an account on GitHub.
VXETable, Table, Grid, ColumnOptions, ColumnCellRenderParams } from 'vxe-table' interface VirtualTree extends Grid { $refs: { xTable: Table; [key: string]: any; }; _loadTreeData(data: any[]): Promise<any>; handleColumns(columns: ColumnOptions[]): ColumnOptions...
停止维护. Contribute to x-extends/vxe-table-plugin-virtual-tree development by creating an account on GitHub.
jsStyles 基于vxe-table 的表格插件,实现简单的虚拟树表格(属于内测阶段) Version0.0.1LicenseMIT INSTALL Version: Learn more Statistics Requests0 Bandwidth0 Top version -0 Full vxe-table-plugin-virtual-tree-fl Download Stats Share Keywords vxe-table-plugin-virtual-tree...
借助插件babel-plugin-import可以实现按需加载模块,减少文件体积。然后在文件 .babelrc 中配置 npm install babel-plugin-import -D {"plugins": [ ["import", {"libraryName":"vxe-table","style":true} ] ] } Now you can import modules like (The minimal lib is ≈ 120KB, gzip ≈ 40KB) ...
75 "vxe-table-plugin-export-xlsx": "^1.3.5", 76 "vxe-table-plugin-iview": "^1.8.7", 77 "vxe-table-plugin-menus": "^1.3.4", 78 "vxe-table-plugin-renderer": "^1.1.0", 79 "vxe-table-plugin-shortcut-key": "^1.2.6", 80 "vxe-table-plugin-virtual-tree": "0.1.4"...
console.error('[plugin-virtual-tree] Unsupported parameters.') } }, computed: { treeOpts (this: any) { return Object.assign({}, GlobalConfig.table.treeConfig, this.treeConfig) @@ -179,6 +148,9 @@ function registerComponent (vxetable: typeof VXETable) { propKeys.forEach(key => {...
const exportModuleName = 'VXETablePluginVirtualTree' @@ -38,13 +39,7 @@ gulp.task('build_style', function () { gulp.task('build_commonjs', function () { return gulp.src(['depend.ts', 'index.ts']) .pipe(sourcemaps.init()) .pipe(ts({ strict: true, moduleResolution: 'no...
(必填)请填写问题描述或截图: checkbox非严格模式下: js调用setCheckboxRow()方法该节点被选中,但是该节点的子节点未选中, 鼠标点击是正常的, debug观察手动setCheckboxRow()未调用树组件重写的checkBoxChangeEvent方法 ? ? vue: 2.6 vxe-table: 2.10.15