0.1.0 • Published 1 year ago

vue2-virtualized v0.1.0

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

vue2-virtualized

介绍

基于 vue2 + jsx 复刻 react-virtualized@9.22.4

Why Not...

调研了两个适用于 vue2 的高 star 虚拟滚动组件,vue-virtual-scroll-listvue-virtual-scroller,这两个组件都强大且易用,可以满足大部分开发场景,但是也都存在一个弊端,即撑开滚动容器的方式:

而 padding 和 min-height 在浏览器中都存在最大值的问题,例如在 Chrome 中约为 1.67771e7 像素,因此在极限场景下,这两个组件无法满足需求。

TODO...

  • Grid
  • List
  • AutoSizer
  • InifiniteLoader
  • Collection
  • Masonary
  • Table
  • Collection
  • ArrowKeyStepper
  • CellMeasurer
  • ColumnSizer
  • MultiGrid
  • ScrollSync
  • WindowScroller