用于AntD4的虚拟表格组件,用于gzip的快速,可恢复且最小的尺寸!
安装
npm i --save virtualizedtableforantd4
useVT的选择()
interface vt_opts {
id ?: number ;
/**
* @default 5
*/
overscanRowCount ?: number ;
/**
* this only needs the scroll.y
*/
scroll ?: {
y : number ;
} ;
/**
* wheel event(only works on native events).
*/
onScroll ?: ( { left , top , isEnd , } :
{ top : number ; left :
1