使用el-table-v2组件时,在拖动滚动条时,合并渲染不正常显示,同时不能实现列宽调整,能否有解决方案? <template><el-table-v2fixed:columns="columns":data="data":width="300":height="400"@scroll="disscr"><template#row="props"><Rowv-bind="props"/></template></el-table-v2></template><scriptsetu...
Bug Type: Component Environment Vue Version: 3.2.39 Element Plus Version: 2.3.8 Browser / OS: Chrome 123.0.6312.106 Build Tool: Vite Reproduction Related Component el-table-v2 Reproduction Link Element Plus Playground Steps to reproduce ...
ElButton, { link: true, type: 'danger', onClick: () => handleDelete(rowData.id) }, () => '删除' ) ].filter(Boolean) ) } } 于富豪 创建了任务 2个月前 半栈幼儿员 2个月前 大可不必,得不偿失。 芋道源码 拥有者 2个月前 不会。只有大 table 需要。 芋道源码 将任务状态从待...
el-table-v2 Reproduction Link Element Plus Playground Steps to reproduce column设置fixed属性,并设置row-key字段值是以数字开头字符串 What is Expected? column设置fixed属性,并row-key字段值是以数字开头字符串不会报错 What is actually happening?
这是使用el-table-v2内使用表单制作的,用CSS把行高调整为34px后,发现每行之间都存在空隙,也找不到元素,请问应该修改哪里?代码文件 vue.jselement-pluselement-uivue3javascript 有用关注3收藏 回复 阅读2.4k 乔治: 你这个代码进不去呀 回复2023-05-04 来自上海 ttdms: @乔治 可以啊,能下载啊 回复2023-05...
在添加border:1px solid #111111后,会让整个el-table-v2增加2px的高度
[Component] el-table-v2 设置columns的fixed属性后,如果row-key使用数字或者数字开头的字符串,onRowHovered 事件报错 #27242 Sign in to view logs Summary Jobs issue-remove-inactive Run details Usage Workflow file Triggered via issue August 10, 2024 23:12 btea commented on #16988 e815102 Statu...
改一下 border-spacing <style scoped lang="scss"> :deep(.el-scrollbar__view) { height: 100%; } :deep(.el-table) { border-spacing: 0; } :deep(.el-table__row) { line-height: 34px !important; } </style> 有用 回复 ttdms: 不行😅 回复2023-05-05 来自广东 ...
[Component] [table-v2] When using both ElAutoResizer and the estimated-row-height attribute, the table row width is 0 / 同时使用 ElAutoResizer 和 estimated-row-height 属性时,表格行宽度为0 #19230 Open comp-squirrel opened this issue Dec 11, 2024· 0 comments Open [Component] [table...
el-table Reproduction Link Element Plus Playground Steps to reproduce 1.使用 组件,启用 sortable 或者设置 resizable 属性。 2.尝试拖拽最后一列。 3.发现在最后一列无法进行拖拽操作。 What is Expected? 希望能够支持最后一列的拖拽功能,以便实现动态列调整的需求。