29 lines
979 B
Vue
29 lines
979 B
Vue
|
<docs>
|
|||
|
---
|
|||
|
order: 0
|
|||
|
title:
|
|||
|
en-US: Virtualized Table
|
|||
|
zh-CN: 大数据渲染
|
|||
|
---
|
|||
|
|
|||
|
## zh-CN
|
|||
|
|
|||
|
该示例使用高级组件 [Surely Vue](https://www.surely.cool) 进行开发,Surely Vue 是 Ant Design Vue 旗下的高级组件,
|
|||
|
该组件致力于解决大数据渲染、图表集成等复杂高频问题。 使用该组件可以流畅滚动 10 万行、10 万列的数据,你不必担心页面卡顿造成用户投诉,进而影响业务进展。
|
|||
|
|
|||
|
## en-US
|
|||
|
|
|||
|
This example uses advanced components [Surely Vue](https://www.surely.cool) for development.
|
|||
|
This component is dedicated to solving complex high-frequency issues such as big data rendering and chart integration.
|
|||
|
Using this component, you can smoothly scroll through 100,000 rows and 100,000 columns of data.
|
|||
|
</docs>
|
|||
|
|
|||
|
<template>
|
|||
|
<iframe src="https://www.surely.cool/for-ant-demo" height="400" />
|
|||
|
<div v-if="false">
|
|||
|
you can visit
|
|||
|
<a href="https://www.surely.cool" />
|
|||
|
get more info
|
|||
|
</div>
|
|||
|
</template>
|