Grid.js

高级表格插件。「Advanced table plugin」

Github stars Tracking Chart

Grid.js

All Contributors

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 ✨

License

MIT

Overview

Name With Ownergrid-js/gridjs
Primary LanguageTypeScript
Program languageTypeScript (Language Count: 5)
PlatformLinux, Mac, Web browsers, Windows
License:MIT License
Release Count60
Last Release Name6.2.0 (Posted on )
First Release Name0.1.11 (Posted on )
Created At2020-04-15 17:41:40
Pushed At2024-03-03 17:04:55
Last Commit At2024-03-03 17:03:28
Stargazers Count4.3k
Watchers Count36
Fork Count233
Commits Count1.5k
Has Issues Enabled
Issues Count339
Issue Open Count75
Pull Requests Count530
Pull Requests Open Count26
Pull Requests Close Count469
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top