forked from paramquery/grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpqgrid.jquery.json
51 lines (51 loc) · 1.41 KB
/
pqgrid.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "pqgrid",
"title": "ParamQuery Grid",
"version": "2.2.0",
"author": {
"name": "Paramvir Dhindsa",
"email": "[email protected]",
"url": "http://www.paramquery.com/"
},
"maintainers": [{
"name": "Paramvir Dhindsa",
"email": "[email protected]",
"url": "http://www.paramquery.com/"
}],
"licenses": [
{
"type": "GPL v3",
"url": "http://paramquery.com/license"
}
],
"description": "Data grid inspired by MS Excel, provides sorting, filtering, paging, grouping, nesting, rows and cell selections, frozen rows, frozen columns, Add, delete, update, search, can display HTML, JSON, Array, XML, inline editing, validations, virtual rendering, virtual scrolling, cross browser, cross platform, Themeroller ready with 24 ready to use themes.",
"homepage": "http://paramquery.com/",
"docs": "http://paramquery.com/api",
"demo": "http://paramquery.com/demos",
"download": "http://paramquery.com/download",
"keywords": [
"grid",
"excel",
"datagrid",
"table",
"ajax",
"ui",
"sort",
"filter",
"nesting",
"export",
"i18n",
"summary",
"themeRoller",
"frozen",
"group",
"search",
"crud",
"paging"
],
"bugs": "https://github.com/paramquery/grid/issues",
"dependencies": {
"jquery": ">=1.7.0",
"jqueryui": ">=1.9.2"
}
}