Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "gijgo", | ||
"version": "1.1.0", | ||
"description": "jQuery Grid by Gijgo.com is a plug-in for the jQuery Javascript library. It is a very fast and extandable tool, and will add advanced interaction controls to any HTML table. This plugin support pagination, javascript and server side data sources, jQuery UI and Bootstrap. Free open source tool distributed under MIT License.", | ||
"main": "grid.js", | ||
"homepage": "http://gijgo.com/grid", | ||
"version": "1.2.0", | ||
"description": "Gijgo is a set of free open source javascript controls distributed under MIT License. All widgets are high performance, built on top of the jQuery JavaScript Library and with built-in support for Bootstrap and Material Design. They are designed to saves you time and scales with your development process.", | ||
"main": "js/gijgo.js", | ||
"homepage": "http://gijgo.com/", | ||
"bugs": { | ||
@@ -22,3 +22,8 @@ "email": "nascovt@gmail.com" | ||
"table", | ||
"bootstrap" | ||
"dialog", | ||
"modal", | ||
"draggable", | ||
"droppable", | ||
"tree", | ||
"treeview" | ||
], | ||
@@ -25,0 +30,0 @@ "author": "Atanas Atanasov", |
@@ -1,17 +0,14 @@ | ||
<h2>Getting Started</h2> | ||
``` | ||
<pre> | ||
<table id="grid"></table> | ||
<script> | ||
var data = [ | ||
{ "ID": 1, "Name": "Hristo Stoichkov", "PlaceOfBirth": "Plovdiv, Bulgaria" }, | ||
{ "ID": 2, "Name": "Ronaldo Luis Nazario de Lima", "PlaceOfBirth": "Rio de Janeiro, Brazil" }, | ||
{ "ID": 3, "Name": "David Platt", "PlaceOfBirth": "Chadderton, Lancashire, England" } | ||
]; | ||
$("#grid").grid({ | ||
dataSource: data, | ||
columns: [ { field: "ID" }, { field: "Name" }, { field: "PlaceOfBirth" } ] | ||
}); | ||
</script> | ||
</pre> | ||
``` | ||
# gijgo.com | ||
This library is free open source tool distributed under MIT License. | ||
You can find the full documetation at http://gijgo.com/ | ||
Widgets | ||
--- | ||
* http://gijgo.com/grid/ | ||
* http://gijgo.com/tree/ | ||
* http://gijgo.com/dialog/ | ||
* http://gijgo.com/draggable/ | ||
* http://gijgo.com/droppable/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
527585
9
10164
15