Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

56 lines (29 loc) · 1.52 KB

jQuery grid plugin based on jQueryui widget design

ParamQuery Grid a.k.a. pqGrid v1.1

Copyright (c) 2012-2013 Paramvir Dhindsa

Released under GPL v3 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...