forked from hkalbertl/jquery.appendGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap-dynamicGrid.json
More file actions
37 lines (37 loc) · 1.11 KB
/
bootstrap-dynamicGrid.json
File metadata and controls
37 lines (37 loc) · 1.11 KB
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
37
{
"name": "Bootstrap-DynamicGrid",
"version": "1.0",
"title": "Bootstrap-DynamicGrid - The dynamic table input for Bootstrap",
"author": {
"name": "Michele Massari"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "LGPLv3",
"url": "http://opensource.org/licenses/LGPL-3.0"
}
],
"dependencies": {
"jquery": ">=2.x",
"bootrstrap": ">=3.x"
},
"description": "Bootstrap-DynamicGrid 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",
"bootstrap",
"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/mmassari/Bootstrap-DynamicGrid/issues"
}