react-table
2.8
Score

React Table Component for Flexible Data Display

What is react-table?

The react-table component is ideal for React developers seeking a flexible and customizable solution for displaying tabular data. It supports fixed headers, custom cell rendering, and scrollable table bodies.

JavaScript
React
Table

Summary of react-table

  • 👍

    Supports fixed headers.

  • 👍

    Allows for custom cell rendering.

  • 👍

    Provides scrolling capabilities within the table body.

  • 🤝

    Compatible with React 16.8 or later.

  • 👎

    Requires minimum width for correct rendering.

Built by

Trend Micro Frontend
Trend Micro Frontend
@trendmicro-frontend
+ 4 other contributors

Last push
2 years ago
Stars
24

Forks
8
Open Issues
2
Closed Issues
8

Last Update
5 years ago
Version
2.0.2
Typings

Downloads
14.8 k
Dependencies
4
Size
103 kB
React Table is a comprehensive component designed to handle the rendering of tables within React applications. It supports various customizable options, making it flexible for diverse use cases. Developers can easily implement features such as fixed headers, render custom cells, and handle empty data states. The component also includes scrollable body support, allowing for smooth navigation through extensive data sets. React Table is structured around several sub-components including TableWrapper, TableTemplate, TableHeader, TableBody, TableRow, and TableCell, giving developers complete control over the table layout and design.