Sticky Table
The Table component not only supports affixing the table header and columns, but also allows affixing the table header and horizontal scrollbar to specific positions on the page. This enhanced functionality improves usability for large data tables, enabling users to always see the header and operate the scrollbar while browsing long tables, thus increasing efficiency in data browsing and analysis.
Usage
import { Table } from 'rsuite';Sticky Header and Horizontal Scrollbar
affixHeader: Affixes the table header to a specified position on the page. Can be a boolean or a number indicating the offset from the top of the page.affixHorizontalScrollbar: Affixes the horizontal scrollbar to a specified position on the page. Can be a boolean or a number indicating the offset from the bottom of the page.