Advanced Table Plugin – Grid.js uses Preact under the hood to display templates and uses minimal Flux syntax to communicate with other components.
It is a tiny bit superior, feature-rich, developer-friendly information table/grid library for representing tabular information on the internet.
Key Features:
- Small. Only 12 KB with all plug-ins (mini, gzip)
- Quickly! Grid.js has an in-house pipeline that takes care of data caching and manipulation
- Works with all web frameworks
- Supports all modern web browsers
- No seller lock
- MIT Licensed and FREE!
How to make use of it:
Install & Download:
# NPM $ npm install gridjs --save
Usage
new Grid({ data: [ ['Mike', 33, '[email protected]'], ['John', 82, '[email protected]'], ['Sara', 26, '[email protected]'] ], columns: ['Name', 'Age', 'Email'] }).render(document.getElementById('wrapper'));
Full-featured Data Table JavaScript Library, Javascript Table Library
See Demo And Download
Official Website(grid-js): Click Here
This superior jQuery/javascript plugin is developed by grid-js. For extra Advanced usage, please go to the official website.