jquery.datagrid
Version:
A jquery plugin to render datagrid. Works with local or remote data. Designed to be adaptive, simple to use and extendable.
36 lines (35 loc) • 1.09 kB
JSON
{
"name": "jquery.datagrid",
"version": "0.2.3",
"main": "jquery.datagrid.js",
"homepage": "http://labs.creative-area.net/jquery.datagrid/",
"authors": [
"Creative Area <contact@creative-area.net> (http://www.creative-area.net/)"
],
"description": "A jquery plugin to render datagrid. Works with local or remote data. Designed to be adaptive, simple to use and extendable.",
"ignore": [
"**/.*",
"demo",
"index.html",
"*.md",
"package.json"
],
"dependencies": {
"jquery": ">=1.8"
},
"keywords": [
"jquery-plugin",
"jquery",
"plugin",
"datagrid",
"jquery-datagrid",
"jquery.datagrid",
"table",
"data",
"datatable",
"ajax",
"local data",
"remote data"
],
"license": "MIT"
}