• Stars
    star
    4,197
  • Rank 9,800 (Top 0.2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Advanced table plugin

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

πŸ’» πŸ“–

Daniel Sieradski

πŸ”Œ

Salama Ashoush

πŸ”Œ

Daniel Werner

πŸ”Œ

Aloysb

πŸ’» πŸ“–

License

MIT