Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grid-js/gridjs
- Owner: grid-js
- License: mit
- Created: 2020-04-15T17:41:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T06:52:04.000Z (4 months ago)
- Last Synced: 2024-10-29T15:00:00.953Z (about 1 month ago)
- Topics: filter, grid, pagination, sort, table
- Language: TypeScript
- Homepage: https://gridjs.io
- Size: 24.9 MB
- Stars: 4,415
- Watchers: 38
- Forks: 242
- Open Issues: 128
-
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)
- 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
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#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)