Skip to content

Releases: Happy-Coding-Clans/vue-easytable

v2.16.2

12 Apr 14:50
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the filter custom layer could not be closed

Bug Fixes

  • 修复筛选自定义弹层无法关闭的问题

v2.16.1

08 Apr 10:47
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the virtual list cannot scroll to the last row by scrollToRowKey #470
  • Fix the bug that the first Chinese cannot match after entering Pinyin after clicking on the cell

Bug Fixes

  • 修复虚拟滚动列表无法通过实例方法scrollToRowKey滚动到底部的问题 #470
  • 修复单元格点击后,输入拼音后第一个中文无法匹配的问题

v2.16.0

25 Mar 09:50
Compare
Choose a tag to compare

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

21 Mar 15:31
Compare
Choose a tag to compare

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

  • 修复分页组件下拉选项弹层定位不准确的问题 #464
  • 修复虚拟滚动存在大量行合并时,上下滚动数据显示有误的问题 #458

v2.14.4

15 Mar 08:58
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that async contextmenuBodyOption causes the contextment not to take effect #457

Bug Fixes

  • 修复右键菜单组件配置项为异步时,右键菜单功能失效的问题 #457

v2.14.3

07 Mar 13:34
Compare
Choose a tag to compare

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

05 Mar 12:16
Compare
Choose a tag to compare

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

23 Feb 13:05
Compare
Choose a tag to compare

Feature


Feature

  • 新增 巴西葡萄牙语 fr-FR (by @andremoser

v2.13.1

24 Jan 12:46
Compare
Choose a tag to compare

Bug Fixes

  • Fix the bug that the cell content cannot be modified

Bug Fixes

  • 修复单元格编辑功能,单元格内容无法修改的问题

v2.13.0

16 Jan 14:20
Compare
Choose a tag to compare

Feature

  • Add contextmenu base component Details

  • Add contextmenu feature of table Details

    Feature type
    Split line SEPARATOR
    Insert row above INSERT_ROW_ABOVE
    Insert row below INSERT_ROW_BELOW
    remove row REMOVE_ROW
    hide row HIDE_COLUMN

Feature

  • 新增 contextmenu 基础组件 查看详情

  • 新增表格右键菜单功能 查看详情

    功能 类型
    分割线 SEPARATOR
    在上方插入行 INSERT_ROW_ABOVE
    在下方插入行 INSERT_ROW_BELOW
    移除该行 REMOVE_ROW
    隐藏该行 HIDE_COLUMN