可复现的链接: 暂无 问题描述与截图: 父表格配置 import XEUtils from "xe-utils"; export const vxeBaseConfig = () => ({ border: true, autoResize: true, minHeight: 500, height: "auto", stripe: true, rowId: "orderId", size: "small", rowConfig: { isHover: tru
<el-row ref="tableList"> <vxe-grid ref="xGrid" id="dataTable" :print-config="{}" :import-config="{}" :export-config="{}" :toolbar-config="formDisable?null:tableToolbar" :columns="tableColumn" :data="tableData" :height="tableHeight" :loading="loading" :seq-config="{startIndex:...
(必填)请填写问题描述 Describe the bug vxe-grid配置show-overflow属性后,表头和body错位,而且多了水平滚动条。vxe-table上没有问题。 改变屏幕百分比的时候会出现问题。 (必填)请填写能重现问题的链接 grid和columns配置如下 columns: [ { title: 'Number', type: '
{field:'rate',title:'分数',width:150}, ],tableTreeConfig: {children:'children',accordion:false,// 一层只允许展开一个节点expandAll:true// 默认是否全部展开}, },computed: { },methods: { }, } )body{text-align:center; }div{margin:0auto;overflow:hidde;display:block;}.vxe-table.size--m...
'isRowExpandLoaded', 'clearRowExpandLoaded', 'reloadRowExpand', 'reloadRowExpand', 'toggleRowExpand', 'setAllRowExpand', 'setRowExpand', 'isExpandByRow', 'isRowExpandByRow', 'clearRowExpand', 'clearRowExpandReserve', 'getRowExpandRecords', 'getTreeExpandRecords', 'isTreeExpandLoaded', '...
Vxe table 的表格组件. Contribute to x-extends/vxe-table development by creating an account on GitHub.
(params: VxeGridDefines.ResizableChangeEventParams<D>) => void export type ToggleRowExpand<D = any> = (params: VxeGridDefines.ToggleRowExpandEventParams<D>) => void export type ToggleTreeExpand<D = any> = (params: VxeGridDefines.ToggleTreeExpandEventParams<D>) => void e...
vxe-table vue 表单/表格解决方案. Contribute to YUAN-C-J/vxe-table-fixlazy development by creating an account on GitHub.
:tree-config="{children: 'children', expandAll: true}"> Expand Down Expand Up @@ -160,6 +161,7 @@ export default { ` <vxe-table border show-overflow row-id="id" :data="tableData" :tree-config="{children: 'children', expandAll: true}"> Expand Down 2 changes: 2 additions &...