Table Virtualized and extendable tables and datagrids for React Sep 16, 2019 1 min read Tablex virtualized and extendable tables and datagrids for React. View demo Download Source Install yarn add tablex PowerShell import React, { Component } from "react"; import Table, { flatten, unflatten } from "tablex"; class Demo extends Component { state = { data: [], columns: [] }; render() { return ( <Table rowKey="id" columns={this.state.columns} data={this.state.data} /> ); } } JavaScript GitHub NexxLuo/tablex417virtualized and extendable table component for React — Read Morehttps://tablex.vercel.appLatest commit to the master branch on 4-1-2025Download as zip Table
Table 20 Best React Table Components and Libraries In 2024 In this post, we'll explore the Best 20 React grid component libraries that enable developers to effortlessly create stunning and high-performing grid layouts for their applications. 26 February 2024
Table React-Magic-Table - A CRUD table component built using React.js Introducing React-Magic-Table, the ultimate CRUD (Create, Read, Update, Delete) table component crafted with React.js and Vite 25 February 2024
GitHub A table to display recently popular repos built with React The rising-repo project is a React-based table designed to display recently popular repositories. 21 January 2024