# grid **Repository Path**: mirrors_abel533/grid ## Basic Information - **Project Name**: grid - **Description**: jQuery grid plugin based on jQueryui widget design - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jQuery grid plugin based on jQueryui widget design ================================================== [ParamQuery Grid](http://paramquery.com) a.k.a. pqGrid v1.0 Copyright (c) 2012 Paramvir Dhindsa [Released under MIT license](http://paramquery.com/license) ParamQuery grid is a lightweight jQuery grid plugin inspired by MS Excel and Google spreadsheet. 1. [Tutorial](http://paramquery.com/tutorial) 2. [API](http://paramquery.com/api) 3. [Demos or Examples](http://paramquery.com/demos) 4. [Download](http://paramquery.com/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... ```