xiahouwei / fx-dynamically-virtual-list

动态行高虚拟渲染列表

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fx-dynamically-virtual-list

动态行高虚拟渲染列表 基于vue2.x 动态渲染list数据, 对于上万条数据渲染也不会卡顿

<w-virtual-list :data="filteredDetails">
	<template slot-scope="scope">
		<div>{{scope.item.name}}</div>
	</template>
</w-virtual-list> 

效果

About

动态行高虚拟渲染列表


Languages

Language:Vue 97.5%Language:JavaScript 2.5%