Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
React-table Alternatives
Similar projects and alternatives to react-table
-
chakra-ui
⚡️ Simple, Modular & Accessible UI Components for your React Applications
-
ag-Grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
material-table
Datatable for React based on material-ui's table with additional features
-
-
react-data-table
A responsive table library with built-in sorting, pagination, selection, expandable rows, and customizable styling.
-
DevExtreme React Grid
Business React components for Bootstrap and Material-UI
-
headlessui
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
KendoReact Grid
Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
-
-
react-query
🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]
-
React Data Grid
Feature-rich and customizable data grid React component
-
vue-dataset
A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities!
-
-
react-hook-form
📋 React Hooks for form state management and validation (Web + React Native)
-
-
HANDSONTABLE
JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
-
-
-
react-datepicker
A simple and reusable datepicker component for React
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
react-table reviews and mentions
-
Show HN: DataSheetGrid, an Airtable-like React component
If you want to bring your own UI, TanStack Table (formerly React Table) [0], if you want something that's batteries included, MUI [1]. There are of course other options with either close or full feature parity, but these are the two I see most often with least pain across different companies. While we're on the topic of recommendations, avoid any- and everything by Telerik.
-
20 Essential Parts Of Any Large Scale React App
Or for the table react-table can be a powerful option to consider.
-
Suggest Best Svelte Libraries
svelte-headless-table: Unopinionated and extensible data tables for Svelte. (I haven't tried tanstack-table, but I've heard good things about it)
-
react-table VS mantine-datatable - a user suggested alternative
2 projects | 15 Sep 2022
-
How to create table with data grid, checkbox and pagination using React table and Tailwind CSS.
React-table uses React Hook called useTable. The Hook will return the necessary props for the table, body, and transformed data to create the header and cells. The header will be created by iterating through headerGroups, and the rows for the table body will be created by looping through rows. We'll also set up Tailwind CSS in our project, follow the instructions from the documentation. It's a few steps, but it should work seamlessly, we'll also copy most of the classes from the table component on TailwindUI
- Best NPM Package for React.js Part - 2
-
Trying to recommend a library for data tables. Does anyone know an excellent data table library that goes hard into data table stuff? Working on a data heavy product where people need to do a lot with data tables. Wondering if there are any stand out libraries peeps have used first hand.
If you’re using react, then https://react-table.tanstack.com/ is wonderful.
-
Why use `useTable` over `ReactTable` when using react-table
On their npm page, the example shows the usage of component:
-
Useful Utility React.js Libraries
React-table. It is a collection of hooks for building powerful tables and datagrid experiences that are fast & lightweight. Here is a link to it: https://react-table.tanstack.com
-
We are going back to 1995! The perfect harmony of Modern stack and Win95
After our login process, we'll get the posts from our Supabase Database and display them in the table. We will use React95 components for the UI portion of our table, as well as refine-react-table package to handle pagination, sorting, and filtering. You can use all the features of React Table with the refine-react-table adapter. On this page, we will use this adapter of refine to manage the table.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 3 Dec 2023
Stats
TanStack/table is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of react-table is TypeScript.