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

Main metrics

Overview
Name With Ownergrid-js/gridjs
Primary LanguageTypeScript
Program languageTypeScript (Language Count: 5)
PlatformLinux, Mac, Web browsers, Windows
License:MIT License
所有者活动
Created At2020-04-15 17:41:40
Pushed At2024-08-14 06:52:04
Last Commit At2024-03-03 17:03:28
Release Count60
Last Release Name6.2.0 (Posted on )
First Release Name0.1.11 (Posted on )
用户参与
Stargazers Count4.5k
Watchers Count36
Fork Count252
Commits Count1.5k
Has Issues Enabled
Issues Count367
Issue Open Count61
Pull Requests Count530
Pull Requests Open Count34
Pull Requests Close Count471
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private