Skip to content

Vuejs components for efficiently rendering large lists and tabular data

Notifications You must be signed in to change notification settings

arixse/vue-virtualized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-virtulized

为解决显示单列大数据量的dom而生的Vue组件 ✈️

Feature

  • 动态渲染dom,节约浏览器资源 💻

Quick start

git clone ...
yarn
yarn start

Useage

#install
yarn add vue-virtulized

Props

属性名称 默认值 类型 说明
containerHeight 0 Number 列表视野高度
itemHeight 0 Number 每一个item的高度
records [] Array 列表全部数据

About

Vuejs components for efficiently rendering large lists and tabular data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published