如果列较多请使用
虚拟滚动只会渲染可视区域的数据,对于海量数据的性能提升非常大
相关参数说明 {seq: 序号, $rowIndex: 获取渲染中的行索引, rowIndex: 获取真实的行索引, row: 获取行数据, column: 获取列配置, columnIndex: 获取真实列索引,$columnIndex:获取渲染中的列索引}
{{ $t('app.body.button.showCode') }}
{{ demoCodes[0] }}
{{ demoCodes[1] }}
高级配置项
参数
数据超大情况下必须使用:
| Arrow Up ↑ | 匀速向上滚动数据 |
| Arrow Down ↓ | 匀速向下滚动数据 |
| Arrow Left ← | 匀速向左滚动数据 |
| Arrow Right → | 匀速向右滚动数据 |
{{ $t('app.body.button.showCode') }}
{{ demoCodes[2] }}
{{ demoCodes[3] }}