Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statico/jsgrids
📦 🔍 👀 A comparison tool to compare JavaScript data grid and spreadsheet libraries
https://github.com/statico/jsgrids
angular angularjs data-grid data-grids data-table datagrid datatable grid javascript nextjs react react-table spreadsheet spreadsheets table tailwindcss typescript vercel vue vuejs
Last synced: about 19 hours ago
JSON representation
📦 🔍 👀 A comparison tool to compare JavaScript data grid and spreadsheet libraries
- Host: GitHub
- URL: https://github.com/statico/jsgrids
- Owner: statico
- License: mit
- Created: 2020-05-27T21:27:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T06:21:52.000Z (about 2 months ago)
- Last Synced: 2025-01-18T15:09:56.581Z (8 days ago)
- Topics: angular, angularjs, data-grid, data-grids, data-table, datagrid, datatable, grid, javascript, nextjs, react, react-table, spreadsheet, spreadsheets, table, tailwindcss, typescript, vercel, vue, vuejs
- Language: TypeScript
- Homepage: https://jsgrids.statico.io
- Size: 1.28 MB
- Stars: 189
- Watchers: 4
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - jsgrids - A comparison tool to compare JavaScript data grid and spreadsheet libraries. Find even more libraries from this repo. (Table of contents / Third Party Components)
- fucking-awesome-angular - jsgrids - A comparison tool to compare JavaScript data grid and spreadsheet libraries. Find even more libraries from this repo. (Table of contents / Third Party Components)
- fucking-awesome-angular - jsgrids - A comparison tool to compare JavaScript data grid and spreadsheet libraries. Find even more libraries from this repo. (Table of contents / Third Party Components)
- awesome - statico/jsgrids - 📦 🔍 👀 A comparison tool to compare JavaScript data grid and spreadsheet libraries (TypeScript)
README
# jsgrids
A List of JavaScript Spreadsheet and Data Grid Libraries - https://jsgrids.statico.io/
## Motivation
I build a lot of internal tools for data auditing and workflows, and every few months I end up looking for the best data grid or spreadsheet-like library for JavaScript. Other lists and sites are out of date and unmaintained. My goal here is to make the best list for all data grid and spreadsheet libraries for the top JavaScript frontend frameworks ([1](https://2019.stateofjs.com/front-end-frameworks/), [2](https://2019.stateofjs.com/other-tools/)). You're welcome to help!
## Contributing
Pull requests are welcome to help keep this project up to date. Please make sure the Vercel build passes successfully, and please make sure all source is formatted with [Prettier](https://prettier.io/) (there's a git hook that should do it for you anyway).
## Development
1. Create a [GitHub Personal Access Token](https://github.com/settings/tokens). You don't need to give it any scopes -- it's just to increase the API rate limit.
1. Make sure you have [Node.js](https://nodejs.org/) version 12.0 or later and the [pnpm package manager](https://pnpm.io/) installed.
1. Checkout the repo, run `pnpm install`
1. Run `GITHUB_TOKEN= pnpm dev`
1. Go to http://localhost:3000/ and bask in the wild splendor that is jsgridsInformation on each library is in `data/` and is parsed in `lib/libraries.ts`. Enjoy!
## Miscellanous
- jsgrids is hosted on [Vercel](https://vercel.com/)
- This project makes extensive use of [Chakra UI](https://chakra-ui.com/), [Next.js](https://nextjs.org/), and [TypeScript](https://www.typescriptlang.org/)
- Icons are from the various icon sets in [react-icons](https://react-icons.github.io/react-icons/)
- The GitHub corner thing is Tim Holman's fancy [GitHub Corners](http://tholman.com/github-corners/) thing
- All library descriptions are adapted from each package's home page## License
This project is licensed under the [MIT license](https://github.com/statico/jsgrids/blob/master/LICENSE).