ant-design-vue/components/table/demo/big-data.vue
2021-11-26 17:17:40 +08:00

29 lines
988 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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"></iframe>
<div v-if="false">
you can visit
<a href="https://www.surely.cool"></a>
get more info
</div>
</template>