ant-design-vue/components/table/demo/big-data.vue

29 lines
979 B
Vue
Raw Normal View History

2021-11-26 08:58:10 +00:00
<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>