UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

8 lines (7 loc) 190 B
import { DataFrame } from './dataframe.js'; /** * Wrap a dataframe with cached rows. * * @param df async dataframe to wrap */ export declare function rowCache(df: DataFrame): DataFrame;