Skip to content

Devashan/gridjs

This branch is 1323 commits behind grid-js/gridjs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fbf1270 Β· Jun 7, 2020
May 28, 2020
May 28, 2020
Jun 7, 2020
Jun 7, 2020
Jun 5, 2020
Mar 14, 2020
Apr 13, 2020
Apr 5, 2020
May 31, 2020
Mar 14, 2020
Mar 14, 2020
May 10, 2020
Jun 5, 2020
Jun 6, 2020
Apr 13, 2020
Jun 7, 2020
Jun 7, 2020
Jun 3, 2020
May 26, 2020
Apr 13, 2020
Mar 29, 2020

Repository files navigation

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

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 🍰

Getting Started

Documentation πŸ“–

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

πŸ’» πŸ“–

Melvin Idema

πŸ“–

License

MIT

About

Advanced table plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 91.8%
  • CSS 5.9%
  • JavaScript 2.3%