Grid.js

Advanced table plugin

README

Grid.js

All Contributors


Grid.js

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


  1. ``` js
  2. new Grid({
  3.   data: [
  4.     ['Mike', 33, 'mike@murphy.com'],
  5.     ['John', 82, 'john@conway.com'],
  6.     ['Sara', 26, 'sara@keegan.com']
  7.   ],
  8.   columns: ['Name', 'Age', 'Email']
  9. }).render(document.getElementById('wrapper'));
  10. ```

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 ✨






Afshin Mehrabani

💻 📖

Daniel Sieradski

🔌

Salama Ashoush

🔌

Daniel Werner

🔌

Aloysb

💻 📖






License