Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grid-js/gridjs

Advanced table plugin
https://github.com/grid-js/gridjs

filter grid pagination sort table

Last synced: 1 day ago
JSON representation

Advanced table plugin

Awesome Lists containing this project

README

        

# Grid.js

[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#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

```js
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

- [Install](https://gridjs.io/docs/install)
- [Getting Started](https://gridjs.io/docs/)
- [Examples](https://gridjs.io/docs/examples/hello-world)

## Documentation :book:

Full documentation of Grid.js installation, config, API and examples are available
on Grid.js website [grid.js/docs](https://gridjs.io/docs/index).

## Community

- Join our [Discord channel](https://discord.gg/K55BwDY)
- Take a look at [gridjs](https://stackoverflow.com/questions/tagged/gridjs) tag on StackOverflow or ask your own question!
- Read our [blog](https://gridjs.io/blog) for the latest updates and announcements
- Follow our Twitter account [@grid_js](https://twitter.com/grid_js)

## Contributors โœจ



Afshin Mehrabani

๐Ÿ’ป ๐Ÿ“–

Daniel Sieradski

๐Ÿ”Œ

Salama Ashoush

๐Ÿ”Œ

Daniel Werner

๐Ÿ”Œ

Aloysb

๐Ÿ’ป ๐Ÿ“–

## License

[MIT](https://github.com/grid-js/gridjs/blob/master/LICENSE)