Releases: Happy-Coding-Clans/vue-easytable
Releases · Happy-Coding-Clans/vue-easytable
v2.3.0
Feature
- Add less variables:
@ve-table-head-text-font-size
@ve-table-body-text-font-size
@ve-table-foot-text-font-size
Feature
- 新增以下 less 变量:
@ve-table-head-text-font-size
@ve-table-body-text-font-size
@ve-table-foot-text-font-size
v2.2.0
Feature
- Add virtual scroll callback function
scrolling({scrollStartIndex,visibleStartIndex,visibleEndIndex,visibleAboveCount,visibleBelowCount})
Refer to detail
Feature
- 新增虚拟滚动回调函数
scrolling({scrollStartIndex,visibleStartIndex,visibleEndIndex,visibleAboveCount,visibleBelowCount})
查看详情
v2.1.4
v2.1.3
Bug Fixes
- Fix the left and right distance adaptive bug of filter layer
Bug Fixes
- 修复 filter 弹层左右距离自适应bug
v2.1.2
Bug Fixes
- Theme variables file could not be found
Bug Fixes
- 修复主题变量文件无法找到问题
v2.1.1
Bug Fixes
- Width of expanded row is calculated incorrectly when left fixed column combined with expanded row
Bug Fixes
- 左侧固定列结合展开行,展开行宽度计算错误的问题
v2.1.0
Dependencies
- Need >= Vue2.6.0 (Add
Vue.observable()
for explicitly creating observable objects)
Style
- Add theme vars:
@ve-table-head-row-td-padding: 10px;
@ve-table-body-row-td-padding: 10px;
@ve-table-foot-row-td-padding: 10px;
Performance
- expand row: Only expanded rows render elements and collapse row to destroy elements
Bug Fixes
- fix expand row content sticky not work when left column fixed
Dependencies
- 最低 >= Vue2.6.0 (添加了
Vue.observable()
存储响应式数据)
Style
- 添加了以下主题变量:
@ve-table-head-row-td-padding: 10px;
@ve-table-body-row-td-padding: 10px;
@ve-table-foot-row-td-padding: 10px;
Performance
- 展开行功能优化。只有展开才会渲染行内容,折叠行销毁行内容
Bug Fixes
- 修复当存在左列固定 和 展开同时存在时,展开行内容无法固定( sticky 失效)
v2.0.2
Bug Fixes
- Fix sticky layout failure when switching fixed columns
Bug Fixes
- 修复固定列动态切换,粘性布局失效问题
v2.0.1
Bug Fixes
- Compile error when fully import
v2.0.0
vue-easytable 2.0 Released!
The following major updates
- Complete rewriting of version 1.0. Based on JSX syntax rewriting、Sticky layout、Parameter naming normalization、Event naming normalization, etc
- Support International
- Support Custom theme & Built in two themes
- Support Virtual scrolling
- Support Row expand
- Support Custom cell content. Based on
render
function - Support Custom event
- Support Cell ellipsis
- Support Loading component
- Add Unit test.> 85% coverage
- Official document update
- For more information, Refer to official document
vue-easytable 2.0 发布啦!
以下主要更新
- 对1.0 版本彻底重构。基于 jsx 语法重写、粘性布局、参数命名规范化、事件命名规范化等
- 增加对国际化支持
- 新增定制主题 & 内置两套主题
- 新增虚拟滚动
- 新增行展开
- 新增自定义单元格内容。基于
render
函数 - 新增自定义事件
- 新增单元格省略
- 新增 loading 组件
- 新增单元测试。覆盖率 > 85%
- 文档更新
- 更多内容请查看 官方文档