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
發布數60
最新版本名稱6.2.0 (發布於 )
第一版名稱0.1.11 (發布於 )
創建於2020-04-15 17:41:40
推送於2024-03-03 17:04:55
最后一次提交2024-03-03 17:03:28
星數4.3k
關注者數36
派生數233
提交數1.5k
已啟用問題?
問題數339
打開的問題數75
拉請求數530
打開的拉請求數26
關閉的拉請求數469
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部