forked from hkalbertl/jquery.appendGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appendGrid.jquery.json
36 lines (36 loc) · 1.05 KB
/
appendGrid.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "appendGrid",
"version": "1.2.0",
"title": "appendGrid - The dynamic table input jQuery plugin",
"author": {
"name": "Albert L."
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPLv3",
"url": "http://opensource.org/licenses/LGPL-3.0"
}
],
"dependencies": {
"jquery": ">=1.9.x",
"jquery.ui": ">=1.10.x"
},
"description": "appendGrid allow you to input structured data row by row such like filling spreadsheets. It allows you to add/remove/insert/delete row in the grid. The generated input/select/textarea controls are well named for submitting to server side applications such as ASP.NET/PHP/JSP. Multiple options and callback events are available to fit every situation.",
"keywords": [
"ui",
"header-detail",
"master-detail",
"edit",
"table",
"input",
"grid"
],
"homepage": "http://appendgrid.apphb.com/",
"docs": "http://appendgrid.apphb.com/Documentation",
"demo": "http://appendgrid.apphb.com/Demo",
"bugs": "https://github.com/hkalbertl/jquery.appendGrid/issues"
}