Table Virtualized

Provides virtualized rendering support for large amounts of data to improve performance.

Usage

import { Table } from 'rsuite';

Use virtualized to enable virtualized rendering

<Table virtualized />

Examples

Virtualized

Infinite Loader

Use infinite scroll loading to load more data when the user scrolls to the bottom of the table.

Vercel banner