gridjs
Advanced table plugin
npm downloads npm version npm license
gridjs유사 패키지:
npm 다운로드 트렌드
3 년
🌟 gridjs의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.
## Usage Trend
[![Usage Trend of gridjs](https://npm-compare.com/img/npm-trend/THREE_YEARS/gridjs.png)](https://npm-compare.com/gridjs#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 gridjs의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.
## GitHub Stars Trend
[![GitHub Stars Trend of gridjs](https://npm-compare.com/img/github-trend/gridjs.png)](https://npm-compare.com/gridjs)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
gridjs29,0324,5711.37 MB882年前MIT
gridjs의 README

Grid.js

All Contributors

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

💻 📖

License

MIT