The NHN Cloud UI Grid is a powerful widget which allows you to visualize and edit data via its table representation.
The video below shows the major features of NHN Cloud UI Grid briefly.
(Click the image to play!)
Check more detailed explanation on https://github.com/nhn/tui.grid/wiki.
You can also see the older versions of API page on the releases page.
You can also use lodash instead of underscore and use higher version of jquery (like v2.x.x) depending on your project.
Install the latest version using npm command:
$ npm install tui-grid --save
or want to install the each version:
$ npm install tui-grid@<version> --save
To access as module format in your code:
var Grid = require('tui-grid');
var instance = new Grid(...);
Install the latest version using bower command:
$ bower install tui-grid
or want to install the each version:
$ bower install tui-grid#<tag>
To access as namespace format in your code:
var instance = new tui.Grid(...);
This software is licensed under the MIT License.