Code Monkey home page Code Monkey logo

jqgrid's Introduction

free fork of jqGrid

======

jqGrid is a popular jQuery Plugin for displaying and editing data in tabular form. It has some other more sophisticated features, like subgrids, TreeGrids, grouping and so on.

jqGrid was developed mostly by Tony Tomov in the past and it was available under MIT/GPL-licences till the version 4.7.0 published Dec 8, 2014 (see here). Short time after that the license agreement was changed (see here) and new 4.7.1 version was published.

The code from the GitHib repository is the fork of jqGrid 4.7.0 - the latest version available under MIT/GPL-licences. It will be provided under MIT/GPL-licences.

Below you can find short description of the bug fixes implemented in free jqGrid 4.9.2 (compared with version 4.9.1). The version is developed by Oleg Kiriljuk, alias Oleg on the stackoverflow and OlegK on trirand forum.

Read Wiki for more detailed information about the features of free-jqGrid.

Free jqGrid can be used for free. You can still donate by clicking on the following button PayPayl donate button or by sending money via Paypal to [email protected] with the comment "free jqGrid".

One can install the package with respect of bower by using "bower install free-jqgrid", with respect of npm by using "npm install free-jqgrid" or from NuGet by using "Install-Package free-jqGrid".

The repository is included on cdnjs. So one can include CSS by using

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.2/css/ui.jqgrid.css">

If you skip http: and https: prefix in the URL then the prefix of the current page will be used. In the same way you can access JavaScript files by

<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.2/js/jquery.jqgrid.min.js"></script>

or

<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.2/js/jquery.jqgrid.src.js"></script>

All language files are available in js/i18n sub-folder and plugins under plugins sub-folder. For example

<script src="//cdnjs.cloudflare.com/ajax/libs/free-jqgrid/4.9.2/js/i18n/grid.locale-de.js"></script>

In the same way free jqGrid can be loaded from jsDelivr CDN too (see here).

<link rel="stylesheet" href="//cdn.jsdelivr.net/free-jqgrid/4.9.2/css/ui.jqgrid.css">
<script src="//cdn.jsdelivr.net/free-jqgrid/4.9.2/js/i18n/grid.locale-de.js"></script>
<script src="//cdn.jsdelivr.net/free-jqgrid/4.9.2/js/jquery.jqgrid.min.js"></script>

It somebody want to test the latest version of free jqGrid one can load it directly from GitHib using RawGit service:

<link rel="stylesheet" href="//rawgit.com/free-jqgrid/jqGrid/master/css/ui.jqgrid.css">
<script src="//rawgit.com/free-jqgrid/jqGrid/master/js/i18n/grid.locale-de.js"></script>
<script src="//rawgit.com/free-jqgrid/jqGrid/master/js/jquery.jqgrid.src.js"></script>

Remark: the above URLs will be available after publishing the release of the version of 4.9.2

The following bug fixes and small new features are implemented in the version 4.9.2.

  • Bug fix in processing of searchoptions.dataUrl.
  • Fix unbinding of jqGridBeforeSelectRow.setTreeNode.
  • Many small fixes in the code to be able to use jqGrid on pages having Content-type: application/xhtml+xml, so that the HTML page are interpreted strictly as XML.
  • Bug fix the width of formatter:"actions" column if fontAwesomeIcons are not used.
  • Small improvement in top and height of column resizer.
  • Small improvements of compatibility with jQuery 3.0.0 alpha1. jQuery 3.0.0 alpha1 have important bugs and so only the base functionality is supported.
  • Improvements in compatibility with XHTML standards.
  • Bug fix in the call of resizeStart callback and jqGridResizeStart event.
  • Fix of small bug in encodeAttr used in cellattr.
  • Bug fix in using option text matching of edittype: "select" if value matching exist.
  • The plugin grid.odata.js, developed by Mark Babayev (https://github.com/mirik123, [email protected]) is updated. It provides jqGrid methods allows easy usage of free jqGrid with OData services. The wiki article described more detailed the current version of the plugin.

README491.md contains the readme of free jqGrid 4.9.1. README49.md contains the readme of free jqGrid 4.9. README48.md contains the readme of free jqGrid 4.8.

Many thanks to all, who sent bug reports and suggestions to improve free jqGrid!

jqgrid's People

Contributors

tonytomov avatar olegki avatar mirik123 avatar dvdotsenko avatar flack avatar justinethier avatar fpape avatar davec avatar henryyan avatar jackysee avatar msajko avatar laurentgoncalves avatar kunalkumar avatar tpeczek avatar scottwoodall avatar pro85 avatar lukasz-schab avatar claytonsilva avatar rohitggarg avatar ralphbean avatar meh-uk avatar mj-vakili avatar ericsmekens avatar brain90 avatar amirulali avatar aaronj1335 avatar pbor avatar danielpetroianu avatar rmagrin avatar robinherbots avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.