svelte-simple-datatables
A Datatable component for Svelte (by vincjo)
react-table
⚛️ Hooks for building fast and extendable tables and datagrids for React [Moved to: https://github.com/TanStack/react-table] (by tannerlinsley)
svelte-simple-datatables | react-table | |
---|---|---|
1 | 5 | |
270 | 16,462 | |
- | - | |
2.6 | 7.2 | |
about 1 year ago | over 3 years ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
svelte-simple-datatables
Posts with mentions or reviews of svelte-simple-datatables.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-30.
-
Lightweight data-tables in Svelte
I think you might want to use something like this https://github.com/vincjo/svelte-simple-datatables
react-table
Posts with mentions or reviews of react-table.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-01.
-
A complete guide to TanStack Table (formerly React Table)
TanStack Table, formerly known as React Table, is a headless UI for building tables and datagrids across multiple frameworks, including React, Solid, Vue, and even React Native. Being "headless" means it doesn’t provide pre-built components or styles, giving you full control over markup and design. It’s perfect if you want a customizable and lightweight table solution that can be used with any JavaScript framework, thanks to it being framework agnostic.
-
16 Libraries You Should Know as a React Developer 💯🔥
5. react-table
-
How to prevent expanded React-Table row from collapsing on re-render?
I have a simple react-table with an expanded sub component whose data is tied to a Redux state object.
-
Why use `useTable` over `ReactTable` when using react-table
import ReactTable from 'react-table'...render() { return ( )} However, on their API Docs and examples, they all use useTable.
-
lodash debounce in React functional component not working
I have a functional component built around the React Table component that uses the Apollo GraphQL client for server-side pagination and searching. I am trying to implement debouncing for the searching so that only one query is executed against the server once the user stops typing with that value. I have tried the lodash debounce and awesome debounce promise solutions but still a query gets executed against the server for every character typed in the search field.
What are some alternatives?
When comparing svelte-simple-datatables and react-table you can also consider the following projects:
svelte-table - A svelte table implementation that allows sorting and filtering
material-table - Datatable for React based on material-ui's table with additional features
vue-dataset - A set of Vue.js components to display datasets (lists) with filtering, paging, and sorting capabilities!
mantine - A fully featured React components library
editable-react-table - React table built to resemble a database.
tamagui - Style React fast with 100% parity on React Native, an optional UI kit, and optimizing compiler.