grid-js / gridjs

Advanced table plugin
https://gridjs.io
MIT License
4.39k stars 240 forks source link
filter grid pagination sort table

Grid.js

All Contributors

Grid.js

Advanced table plugin

A table library that works everywhere

Example

new Grid({
  data: [
    ['Mike', 33, 'mike@murphy.com'],
    ['John', 82, 'john@conway.com'],
    ['Sara', 26, 'sara@keegan.com']
  ],
  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

Contributors โœจ


Afshin Mehrabani

๐Ÿ’ป ๐Ÿ“–

Daniel Sieradski

๐Ÿ”Œ

Salama Ashoush

๐Ÿ”Œ

Daniel Werner

๐Ÿ”Œ

Aloysb

๐Ÿ’ป ๐Ÿ“–

License

MIT