Gridjs

Advanced table plugin
Alternatives To Gridjs
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Lighttable11,683
a year ago179mitClojure
The Light Table IDE ⛺
Packer.nvim5,883
10 days ago291mitLua
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
Gridjs3,9211175 days ago66August 20, 202290mitTypeScript
Advanced table plugin
Jqgrid2,8411045 days ago7March 09, 202256JavaScript
jQuery grid plugin
Griddle2,471438433 years ago127May 04, 2018182mitJavaScript
Simple Grid Component written in React
Vue Good Table2,03312646a month ago177September 29, 2021170mitVue
An easy to use powerful data table for vuejs with advanced customizations including sorting, column filtering, pagination, grouping etc
Jspdf Autotable1,921242130a month ago115June 03, 202234mitTypeScript
jsPDF plugin for generating PDF tables with javascript
Advanced Tables Obsidian1,085
3 months ago51gpl-3.0TypeScript
Improved table navigation, formatting, and manipulation in Obsidian.md
Wal2json1,055
a month ago1March 03, 202121bsd-3-clauseC
JSON output plugin for changeset extraction
Mobility8743010a month ago87June 24, 202227mitRuby
Pluggable Ruby translation framework
Alternatives To Gridjs
Select To Compare


Alternative Project Comparisons
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, '[email protected]'],
    ['John', 82, '[email protected]'],
    ['Sara', 26, '[email protected]']
  ],
  columns: ['Name', 'Age', 'Email']
}).render(document.getElementById('wrapper'));

Piece of 🍰

Getting Started

Documentation 📖

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

Popular Plugin Projects
Popular Table Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Typescript
Plugin
Table
Grid
Sort
Pagination
Vanilla Javascript
Preact