gridjs

popular esm cjs Styles
Advanced table plugin
Version 6.2.0 License MIT
Keywords
gridtablegridjslistfiltersearchsortpaginationreactangularjquery
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 6.2.0
- 6.1.1
- 6.1.0
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.0
- 3.4.0
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.2
- 3.0.1
- 2.1.0
- 2.0.0
- 1.17.0
- 1.16.0
- 1.15.4
- 1.15.3
- 1.15.2
- 1.15.1
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.0
- 3.0.0-alpha.2
- 3.0.0-alpha.1
<link href=" https://cdn.jsdelivr.net/npm/gridjs@6.2.0/dist/theme/mermaid.min.css " rel="stylesheet">
No default CSS file set by the package author so the URL is guessed. You can always browse all package files to use another one.
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, '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
- 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 💻 📖 |