This commit is contained in:
xuliangzhan
2019-05-24 21:29:00 +08:00
parent 2b046c6514
commit daeea2937a
6 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.27509805.css rel=preload as=style><link href=/vxe-table/static/css/index.27cffe0e.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.59abef37.js rel=preload as=script><link href=/vxe-table/static/js/index.1fa29c66.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.27509805.css rel=stylesheet><link href=/vxe-table/static/css/index.27cffe0e.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.59abef37.js></script><script src=/vxe-table/static/js/index.1fa29c66.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.27509805.css rel=preload as=style><link href=/vxe-table/static/css/index.27cffe0e.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.59abef37.js rel=preload as=script><link href=/vxe-table/static/js/index.5e35ba21.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.27509805.css rel=stylesheet><link href=/vxe-table/static/css/index.27cffe0e.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.59abef37.js></script><script src=/vxe-table/static/js/index.5e35ba21.js></script></body></html>

File diff suppressed because one or more lines are too long

1
docs/static/js/index.5e35ba21.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -37,7 +37,7 @@
<vxe-table-column prop="address" label="Address" show-overflow></vxe-table-column>
</vxe-table>
<p>多选表格通过配置 select-config 参数使用渲染最快的属性绑定方式</p>
<p>多选表格通过配置 select-config 参数使用渲染最快的 checkProp 属性绑定方式</p>
<button class="btn" @click="$refs.xTable3.toggleRowSelection(tableData[1])">切换第二行选中</button>
<button class="btn" @click="$refs.xTable3.setSelection([tableData[2], tableData[3]], true)">设置第三四行选中</button>

View File

@@ -2,7 +2,7 @@
<div>
<p>加载 10 万行 1 万列左右固定列表尾合计</p>
<p>大数据不建议使用双向绑定的 data 属性vue 监听会大数据会短暂的卡顿建议使用 load/reload 函数</p>
<p>对于多选 type="selection" 当数据量海量时应该绑定 prop 属性渲染速度可以提升10倍以上</p>
<p>对于多选 type="selection" 当数据量海量时应该绑定 checkProp 属性渲染速度可以提升n倍以上</p>
<p>数据超大情况下必须使用show-all-overflow,show-header-all-overflow 参数以及调整好 optimized{scrollX,scrollY} 适合的参数可以更加流畅</p>
<vxe-grid

View File

@@ -2,7 +2,7 @@
<div>
<p>加载 10 万行左右固定列表尾合计</p>
<p>大数据不建议使用双向绑定的 data 属性vue 监听会大数据会短暂的卡顿建议使用 load/reload 函数</p>
<p>对于多选 type="selection" 当数据量海量时应该绑定 prop 属性渲染速度可以提升10倍以上</p>
<p>对于多选 type="selection" 当数据量海量时应该绑定 checkProp 属性渲染速度可以提升n倍以上</p>
<p>数据超大情况下必须使用show-all-overflow,show-header-all-overflow 参数以及调整好 optimized{scrollX,scrollY} 适合的参数可以更加流畅</p>
<vxe-table