Security Insights New issue Jump to bottom Open 1 task done qiaoleleopened this issueSep 11, 2024· 0 comments Open 1 task done 设置展开行,展开所有; :row-config="{keyField: 'orderId'}",切换分页后,默认全部收起了,只有首次进入可以全部展开第一页的;#2546 ...
rowConfig:{useKey:true,drag:true},rowDragConfig:{isCrossDrag:true,isSelfToChildDrag:true,isToChildDrag:true},columnConfig:{useKey:true},treeConfig:{transform:true,rowField:'id',parentField:'parentId'},columns:[{type:'seq
可复现的链接(包含复现链接与示例代码): <vxe-table v-loading="tableData.loading" empty-text="没有更多数据了!" ref="plxTable" :checkbox-config="{ highlight: true, reserve: true }" :row-config="{ keyField: 'id' }" :stripe="true" show-header-overflow="tit
<template> <vxe-grid ref="xGrid" :data="tableData" row-key="id" :edit-config="{trigger: 'click', mode: 'row'}" > <vxe-column type="seq" width="60"></vxe-column> <vxe-column field="name" title="Name"></vxe-column> <vxe-colu...
ref="tableRef"height="600":row-config="{isCurrent: true, isHover: true, useKey: true}":column-config="{resizable: true}":export-config="{}":loading="demo1.loading":sort-config="{trigger: 'cell'}":scroll-y="{ enable: true }":checkbox-config="{checkField: 'checked'}"><vxe-colum...
使用过 Element UI 树形表格的都知道当我们为表格数据进行刷新时,它的行的展开状态是不变的,而当我使用 vxe-table 时,默认情况下展开状态是不保留的,需要进行额外的设置,可在expand-config设置项里配置reserve属性为true,另外要使之生效,还得设置row-config里面的keyField属性。
message当验证未通过时显示的提示文本,可以使用${...}变量替换文本(详见【常见问题_${...} 变量如何使用】) 配置示例请看【使用示例_二】 事件 added 触发时机:点击新增按钮、调用addRows方法时会触发 携带参数: row:添加完成后的行 >[info] 如果调用addRows方法添加多行,则每添加一行都会触发一次该事件 ...
message当验证未通过时显示的提示文本,可以使用${...}变量替换文本(详见【常见问题_${...} 变量如何使用】) 配置示例请看【使用示例_二】 事件 added 触发时机:点击新增按钮、调用addRows方法时会触发 携带参数: row:添加完成后的行 如果调用addRows方法添加多行,则每添加一行都会触发一次该事件 ...
// 已废弃,被 option-config.keyField 替换 optionId: { type: String as PropType<VxeSelectPropTypes.OptionId>, default: () => GlobalConfig.select.optionId }, Expand Down Expand Up @@ -63,17 +68,22 @@ export default defineComponent({ fullOptionList: [], visibleGroupList: [], visibleOpt...
// 已废弃,被 option-config.keyField 替换 optionId: { type: String as PropType<VxeSelectPropTypes.OptionId>, default: () => GlobalConfig.select.optionId }, Expand Down Expand Up @@ -63,17 +68,22 @@ export default defineComponent({ fullOptionList: [], visibleGroupList: [], visibleOpt...