Socket
Socket
Sign inDemoInstall

gijgo

Package Overview
Dependencies
1
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

css/gijgo.css

15

package.json
{
"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/
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc