Description
Grid.js is a Free and open-source JavaScript table plugin. It works with most JavaScript frameworks, including React, Angular, Vue and VanillaJs.
Grid.js alternatives and similar libraries
Based on the "Table/Grid" category.
Alternatively, view gridjs alternatives based on common mentions on social networks and blogs.
-
Freewall
Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet... -
filterizr
:sparkles: Filterizr is a JavaScript library that sorts, shuffles and filters responsive galleries using CSS3 transitions :sparkles: -
Bootstrap Table
An Extension to the popular Bootstrap framework for creating tables that fit the style of your site with no need for additional markup.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Grid.js or a related project?
README
Grid.js
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Advanced table plugin
A table library that works everywhere
- Simple and lightweight implementation
- No vendor lock-in. Grid.js can be used with any JavaScript frameworks (React, Angular, Preact or VanillaJS)
- Written in TypeScript
- Supports all modern browsers and IE11+
Example
new Grid({
data: [
['Mike', 33, '[email protected]'],
['John', 82, '[email protected]'],
['Sara', 26, '[email protected]']
],
columns: ['Name', 'Age', 'Email']
}).render(document.getElementById('wrapper'));
Piece of :cake:
Getting Started
Documentation :book:
Full documentation of Grid.js installation, config, API and examples are available on Grid.js website grid.js/docs.
Community
- Join our Discord channel
- Take a look at gridjs tag on StackOverflow or ask your own question!
- Read our blog for the latest updates and announcements
- Follow our Twitter account @grid_js
Contributors ✨
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> Afshin Mehrabani💻 📖 Daniel Sieradski🔌 Salama Ashoush🔌 Daniel Werner🔌
<!-- markdownlint-restore --> <!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
License
*Note that all licence references and agreements mentioned in the Grid.js README section above
are relevant to that project's source code only.