Files
vxe-table/examples/views/api/Preview.vue

33 lines
1.3 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<template>
<div>
<h2>粘性表格 - 功能设计预览</h2>
<div>重构中...😄预计 v3.5 发布敬请期待</div>
<p class="tip">
1重构内部渲染降低渲染次数提升渲染性能<br>
2重构树表格支持虚拟树<br>
3修复固定列与单元格不对齐问题<br>
4支持多级表头任意合并<br>
5支持左侧固定列右侧固定列顶部固定行底部固定行<br>
6支持固定列与展开行<br>
7支持列宽拖动与行高拖动<br>
8支持单元格更多配置化设置<br>
9支持行分组<br>
10支持更多快捷键操作<br>
11支持虚拟滚动与单元格合并<br>
12支持虚拟滚动按需加载<br>
13支持打印单元格合并与样式<br>
14优化数据代理配置更简单<br>
15优化 CRUD 管理器单元格编辑与数据校验<br>
16优化渲染器更加强大的扩展与复用性<br>
17优化虚拟滚动极致流畅毫秒级渲染最大可支持50万行渲染量<br>
</p>
<div>
<img src="../../assets/image/vxe-table.next.gif">
</div>
<div>
<img src="../../assets/image/vxe-table.next.png">
</div>
</div>
</template>