Releases: Happy-Coding-Clans/vue-easytable
Releases · Happy-Coding-Clans/vue-easytable
v2.16.2
Bug Fixes
- Fix the bug that the filter custom layer could not be closed
Bug Fixes
- 修复筛选自定义弹层无法关闭的问题
v2.16.1
v2.16.0
Feature
- Add new instance method
scrollToColKey({colKey})
detail - Add new instance method
setCellSelection({rowKey,colKey})
detail - Cell selection by click, and the hidden row will be automatically displayed in the visible range detail
Bug Fixes
- Fix the bug that multiple tables have fixed columns, and only one is effective #467
- Fix the bug that multiple right-click menu component options are suspended and only one takes effect
Feature
- 新增列滚动实例方法
scrollToColKey({colKey})
查看详情 - 新增单元格选中实例方法
setCellSelection({rowKey,colKey})
查看详情 - 单元格点击选择,自动将隐藏的行内容显示在可视范围 查看详情
Bug Fixes
- 修复多个表格包含固定列功能,只有一个生效的问题 #467
- 修复多个右键菜单选项悬浮,只有一个生效的问题
v2.15.0
Feature
- Pagination add new prop of
popperAppendTo
Details - Virtual scroll add new prop of
bufferCount
Details
Bug Fixes
- Fix the bug that Pagination component drop-down option popper layer position error #464
- Fix the bug that Virtual scrolling merges too many rows, and the columns will be misaligned after scrolling up and down #458
Feature
Bug Fixes
v2.14.4
v2.14.3
Performance Improvements
- Optimize the table rendering logic (using debounce) to improve the table rendering speed
Bug Fixes
- Fix the bug that keep-alive does not cache the sort when column fixed #454
Performance Improvements
- 优化表格渲染逻辑(使用防抖 debounce),提升表格渲染速度
Bug Fixes
- 修复 keep-alive 对包含固定列的排序不缓存的问题 #454
v2.14.1
Bug Fixes
- Fix the bug that header grouping filter drop-down box will be covered #455
Style changes
- Add DropDown component style variable @ve-dropdown-z-index
- Modify the layout of the operation buttons at the bottom of the table filter conditions to make the spacing on both sides equal(justify-content: space-around)
Bug Fixes
- 修复表头分组筛选下拉框会被遮盖 #455
Style changes
- 添加下拉组件样式变量 @ve-dropdown-z-index
- 修改表格过滤条件底部操作按钮的布局,改为两侧的间隔相等(justify-content: space-around)
v2.14.0
v2.13.1
Bug Fixes
- Fix the bug that the cell content cannot be modified
Bug Fixes
- 修复单元格编辑功能,单元格内容无法修改的问题