# 大数据表格数据渲染 **Repository Path**: weixinxing/virtual-scroll-table ## Basic Information - **Project Name**: 大数据表格数据渲染 - **Description**: 因为使用a-table在数据量过多时(上百)渲染存在长时间的卡顿,所以使用该组件进行优化--数据直接从后端一次性返回完,但是前端通过vue-infinite-scroll插件进行性能优化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-06 - **Last Updated**: 2022-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # virtual-scroll ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).