mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
update
This commit is contained in:
@@ -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>
|
||||
1
docs/static/js/index.1fa29c66.js
vendored
1
docs/static/js/index.1fa29c66.js
vendored
File diff suppressed because one or more lines are too long
1
docs/static/js/index.5e35ba21.js
vendored
Normal file
1
docs/static/js/index.5e35ba21.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user