Skip to content
forked from paramquery/grid

jQuery grid plugin based on jQueryui widget design

Notifications You must be signed in to change notification settings

deluxebear/grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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

Released under MIT license

ParamQuery grid is a lightweight jQuery grid plugin inspired by MS Excel and Google spreadsheet.

  1. Tutorial

  2. API

  3. Demos or Examples

  4. Download

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.

Consistent look and functionality across all major browsers IE(6+), Firefox, Chrome, Opera, etc

Many more...

About

jQuery grid plugin based on jQueryui widget design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published