https://github.com/grid-js/gridjs
Advanced table plugin
https://github.com/grid-js/gridjs
filter grid pagination sort table
Last synced: 4 days ago
JSON representation
Advanced table plugin
- Host: GitHub
- URL: https://github.com/grid-js/gridjs
- Owner: grid-js
- License: mit
- Created: 2020-04-15T17:41:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T06:52:04.000Z (8 months ago)
- Last Synced: 2025-04-09T22:06:21.144Z (5 days ago)
- Topics: filter, grid, pagination, sort, table
- Language: TypeScript
- Homepage: https://gridjs.io
- Size: 24.9 MB
- Stars: 4,495
- Watchers: 37
- Forks: 251
- Open Issues: 132
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome - grid-js/gridjs - Advanced table plugin (TypeScript)
- best-of-react - GitHub - 27% open · ⏱️ 03.03.2024): (Data Tables & Grids)
- best-of-react - GitHub - 27% open · ⏱️ 03.03.2024): (Data Tables & Grids)
- Algorithms-Cheatsheet-Resources - A table library that works everywhere
- best-of-react - GitHub - 27% open · ⏱️ 03.03.2024): (Data Tables & Grids)
- jimsghstars - grid-js/gridjs - Advanced table plugin (TypeScript)
README
# Grid.js
[](#contributors-)
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)