<vxe-virtual-treeshow-overflowrow-keyheight="300"row-id="id":data="tableData":tree-config="{children: 'children'}":columns="tableColumn"></vxe-virtual-tree> exportdefault{data(){return{tableColumn:[{field:'name',title:'Name',treeNode:true},{field:'size',title:'Size'},{field:'type...
} from 'vxe-table' interface VirtualTree extends Grid { $refs: { xTable: Table; [key: string]: any; }; _loadTreeData(data: any[]): Promise<any>; handleColumns(columns: ColumnOptions[]): ColumnOptions[]; toVirtualTree(treeData: any[]): any[]; ...
停止维护. Contribute to x-extends/vxe-table-plugin-virtual-tree development by creating an account on GitHub.
停止维护. Contribute to x-extends/vxe-table-plugin-virtual-tree development by creating an account on GitHub.
/*virtual-tree*/ .vxe-virtual-tree { &.has--tree-line { .vxe-body--row { &:first-child { .vxe-tree--line { border-width: 0 0 1px 0; } } } .vxe-body--column { border-bottom-color: transparent; } } } 跳转 举报 举报成功 我们将于2个工作日内通过站内...
基于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...
停止维护. Contribute to x-extends/vxe-table-plugin-virtual-tree development by creating an account on GitHub.
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
} from 'vxe-table' /* eslint-enable no-unused-vars */ function hasChilds (_vm: VirtualTree, row: RowInfo) { const childList = row[_vm.treeOpts.children] return childList && childList.length } function renderDefaultForm (h: CreateElement, _vm: VirtualTree) { ...