UNPKG

ka-table

Version:

The customizable, extendable, lightweight, and fully free React Table Component

9 lines (8 loc) 233 B
export declare class VirtualScrolling { enabled?: boolean; scrollTop?: number; itemHeight?: ((data: any) => number) | number; tbodyHeight?: number; bottomInvisibleCount?: number; topInvisibleCount?: number; }