Popularity
5.7
Growing
Activity
7.4
-
4,266
36
234

Description

Grid.js is a Free and open-source JavaScript table plugin. It works with most JavaScript frameworks, including React, Angular, Vue and VanillaJs.

Programming language: TypeScript
License: MIT License
Tags: Table/Grid     Grid     Table     Spreadsheet     data-table    
Latest version: v4.0.0

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.

Do you think we are missing an alternative of Grid.js or a related project?

Add another 'Table/Grid' Library

README

Grid.js

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> All Contributors <!-- 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

MIT


*Note that all licence references and agreements mentioned in the Grid.js README section above are relevant to that project's source code only.