Grid.js

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

Github星跟踪图

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

主要指标

概览
名称与所有者grid-js/gridjs
主编程语言TypeScript
编程语言TypeScript (语言数: 5)
平台Linux, Mac, Web browsers, Windows
许可证MIT License
所有者活动
创建于2020-04-15 17:41:40
推送于2024-08-14 06:52:04
最后一次提交2024-03-03 17:03:28
发布数60
最新版本名称6.2.0 (发布于 )
第一版名称0.1.11 (发布于 )
用户参与
星数4.5k
关注者数36
派生数252
提交数1.5k
已启用问题?
问题数367
打开的问题数61
拉请求数530
打开的拉请求数34
关闭的拉请求数471
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?