Vue Easytable Versions Save

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.

v2.27.1

11 months ago

Bug Fixes

  • Fix the problem of copy failure on macOs (by @xdbobname )

Bug Fixes

  • 修复单元格复制功能在 macOs 系统中失败的问题 (by @xdbobname )

v2.27.0

1 year ago

Feature

  • Add russian language ru-RU (by @NeonGC )

Feature

  • 新增俄语 ru-RU (by @NeonGC )

v2.26.0

1 year ago

Feature

  • Add Korean language ko-KR (by @ClemOz-Dev )

Feature

  • 新增韩语 ko-KR (by @ClemOz-Dev )

v2.25.0

1 year ago

Feature

  • New beforeStartCellEditing callback method for cell editing function #556

Bug Fixes

  • Fix the bug that the addEventListener event handler function is empty #557 @Alfred-Skyblue

Feature

  • 单元格编辑功能新增beforeStartCellEditing回调方法 #556

Bug Fixes

  • 修复 addEventListener 事件处理函数为空的问题 #557 @Alfred-Skyblue

v2.24.0

1 year ago

Breaking Changes

  • The sorting click area is changed from 'icon' click area to the whole 'th' click area. #407 @timefordroids

Breaking Changes

  • 排序的点击区域调整,从 icon 点击变更为整个 th 点击 #407 @timefordroids

v2.23.0

1 year ago

Feature

  • add container scrolling class ve-table-container-vertical-scrolling When the table has vertical scrolling distance #544 @looeyf @micheldpcarlos

Feature

  • 表格有垂直滚动距离时,添加容器滚动样式 ve-table-container-vertical-scrolling #544 @looeyf @micheldpcarlos

v2.22.0

1 year ago

Feature

  • Support disabling column resizing optional #541 @micheldpcarlos

Feature

  • 支持禁用列宽拖动配置化 #541 @micheldpcarlos

v2.21.11

1 year ago

Bug Fixes

  • Fix the bug that the header is hidden due to batch hidden columns in the header right-click menu #538

Bug Fixes

  • 修复表头右键菜单批量隐藏列,导致表头隐藏的问题 #538

v2.21.9

1 year ago

Bug Fixes

  • Fix the bug that the console warns "Resizer column needs set column width" when the column width dragging function is grouped in the header

Bug Fixes

  • 修复列宽拖动功能在表头分组时,控制台警告提示“Resizer column needs set column width”的问题

v2.21.8

1 year ago

Breaking Changes

  • Change contextmenu type name of the header: CANCLE_LEFT_FIXED_COLUMN_TO -> CANCEL_LEFT_FIXED_COLUMN_TO

Bug Fixes

  • Fix the bug that the column width restoring when cancel or fix the column through the right-click menu after dragging the column width

Breaking Changes

  • 修改表头右键菜单类型名称: CANCLE_LEFT_FIXED_COLUMN_TO -> CANCEL_LEFT_FIXED_COLUMN_TO

Bug Fixes

  • 修复列宽拖动后,通过右键菜单取消或者固定列时,列宽还原的问题