Skip to content
/ grid Public
forked from paramquery/grid

jQuery grid plugin based on jQueryui widget design

Notifications You must be signed in to change notification settings

chirox/grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery grid plugin based on jQueryui widget design

ParamQuery Grid a.k.a. pqGrid v1.0

Copyright (c) 2012 Paramvir Dhindsa (http://paramquery.com)

Released under MIT license http://paramquery.com/license

ParamQuery grid is a lightweight jQuery grid plugin inspired by MS Excel and Google spreadsheet. It supports all the major browsers and has been tested in IE 6,7,8, Firefox, Chrome, Opera, etc.

It's free to use in any commercial or open source project and is licensed under very permissive MIT license.

Features:

It's designed on jQueryui widget pattern so it has all the advantages of it e.g. changing any option during runtime, methods like enable, disable, destroy, etc.

Sorting for common data formats like Integer, real numbers, Strings, etc.

Support for custom sorting through callback function.

Paging with local (Browser) or remote (Ajax) data in any format.

Freeze any number of Columns like Excel.

Connect to any data source format like HTML, Array, XML, JSON, etc locally or remotely through Ajax.

Can be used with any server side framework e.g. ASP.NET, MVC3, JSP, JSF, PHP, etc.

Minimal impact on performance with increase in number of records thanks to Virtual Scrolling and Rendering.

Inline Editing of cells with support to plugin custom editors.

Resizable columns.

Resizable height and width.

Customizable theme.

Hiding / Showing columns.

Many more...

About

jQuery grid plugin based on jQueryui widget design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published