phpGrid – PHP Datagrid
     
     
  • Home
  • Gallery
  • Demos
    • Examples
    • Demo Explorer
    • Video Tutorials (new)
  • Documentation
  • Contact Us
  • Get phpGrid Lite (FREE!)
phpGrid – PHP Datagrid
     
  • Home
  • Gallery
  • Demos
    • Examples
    • Demo Explorer
    • Video Tutorials (new)
  • Documentation
  • Contact Us
  • Get phpGrid Lite (FREE!)

Filtered by tag "Intermediate"

input char counter
Show Remaining Characters in Textarea/Input
In a recent user support request, the user would like to see the remaining characters allowed [...]
bulk edit2
Bulk Edit, Select Multiple Rows
You can select multiple records with set_multiselect() method. When multiselect is enabled, a [...]
Local Array Data Source *
* This feature is available with a commercial license.   phpGrid now supports local array [...]
Column Freeze
You can now use the set_col_frozen() method to set the column freeze method. It’s useful [...]
custom form edit layout
Customize Edit Form Layout
By default, the edit form is displayed a single column table. This is fine for table with small [...]
Conditional Format *
* Please note this feature is not available in Lite and Basic versions.     [...]
Create Excel-Like, Responsive Grid
Expand to Current Window Width Use enable_autowidth() and enable_autoheight() to set datagrid [...]
Conditional Value *
* Please note this feature is not available in Lite and Basic versions. Conditional Value is [...]
In-cell Data Bar *
Bar chart is a great way to visualize numeric data. phpGrid now supports bar chart natively [...]
Display Non-English Characters
If database is created in charset other than default charset, e.g. “latin1″, some characters [...]
Nested Master Detail Datagrid *
* Please note this feature is only available in Premium and higher editions. The master detail [...]
Master with Multiple Detail Grids *
* Please note this feature is only available in paid versions. phpGrid supports a master grid [...]
Column Grouping with Summary *
* Please note this feature is only available in paid versions.     phpGrid can group [...]
Multiple Editable Grids
Did you know it is possible to have multiple editable grids in a single page? No need to [...]
Subgrid *
    Defining a subgrid is essentially the same as setting up the master detail grid [...]
Grid Edit Types – Select, Checkbox, Textarea, Autocomplete, WYSIWYG, etc.
After enabling edit, set types of data grid edit controls with set_col_edittype() for any [...]
Required fields
To set fields as required in an editable grid, use set_col_required() method. If required [...]
Read only fields
Sometimes we don’t want certain fields to be editable, then we can use set_col_readonly() [...]
CRUD PHP Datagrid (Editable Datagrid) *
* CRUD PHP Datagrid feature is only available in paid versions.   The PHP datagrid is not [...]
Data Format Display
phpGrid comes with several frequently used data formatter through set_col_format() method. [...]
Advanced Search
phpGrid also includes advanced search. By default, this feature is not enabled. To enable [...]
Get My Awesome Grid!
Examples: Getting Started
  • Introduction
  • A Basic PHP Grid Example
  • Work With Different Database Types
  • Local Array Data Source *
  • Data Source: Stored Procedure with IN Paramters
  • JSON Data Source
Examples: Datagrid Properties
  • Datagrid Caption
  • Datagrid Pagination
  • Interactive Datagrid Resizing
Examples: Data Grid Editing
  • Bulk Edit, Select Multiple Rows
  • CELL edit with Add, Delete and Export buttons
  • Composite Primary Key Support *
  • Copy Row
  • CRUD PHP Datagrid (Editable Datagrid) *
  • Customize Edit Form Layout
  • Drag & Drop Rows Between Grids
  • enable_dnd_grouping()
  • Enhance Edit Form
  • Excel Editing
  • Grid Edit Types - Select, Checkbox, Textarea, Autocomplete, WYSIWYG, etc.
  • Inline Edit Actions Column
  • Multiple Editable Grids
  • Nested/Cascade/Dependent Dropdown
  • Row-level Edit Permission
  • Show Remaining Characters in Textarea/Input
  • Tagging with autocomplete
  • Working with Complex Query
  • WYSIWYG editor with font colorpicker
Examples: Set Column Properties
  • Descriptive Column Header
  • Hide Column
  • Set Grid Height and Width
  • Hyperlink Display
  • Display Dynamic URL
  • Data Format Display
  • Image Display
  • Read only fields
  • Required fields
  • Hyperlink to Call JavaScript Function
  • Column Freeze
  • Display Hyperlink From Another Field of The Same Row
  • How to display data from other columns?
Examples: Master Detail
  • Master Detail Grid *
  • Master Detail with Column Alias
  • Subgrid *
  • Master with Multiple Detail Grids *
  • Nested Master Detail Datagrid *
  • Change Master Detail Grids Layout Using CSS
Examples: Search & Export
  • Export Data to Excel, PDF, CSV, and HTML
  • Integrated Search
  • Advanced Search
  • Externalize Search
  • Multiple Fields Global Search *
  • Advanced Search with Date & Number Range Filter
Examples: UI, Data & Grouping
  • Load Data with Vertical Scroll
  • Theme Roller *
  • Column Grouping with Summary *
  • Create Excel-Like, Responsive Grid
  • Horizontal Scroll
  • Column Methods
  • One Table, Multiple Datagrids
  • Column Chooser & Sortable Row
  • Header Grouping
  • Mobile Device Optimized
  • Math (e.g. Sum, Avg, Count) Operation
  • Drag and Drop Grouping
  • Tabbed Grid - Build a DataGrid With Tabs
  • Loading from Large Database Table with 3 Million Records!
Examples: Conditional Output
  • Conditional Value *
  • Conditional Format *
  • Conditional Formatting with Custom Javascript
Examples: Advanced Methods
  • Custom Event Handler
  • Column Property
  • Virtual/Calculated Column
  • Custom Data Validation
  • Column Methods
  • Save Data in Virtual Column
  • Simple Shopping Cart Using the Action Column
Integrated Ajax File Upload
  • PHP Datagrid AJAX File Upload
Examples: Framework Integration
  • phpGrid, Twitter Bootstrap Integration
  • phpGrid Laravel Integration (version 1)
  • phpGrid, Laravel and Bootstrap (version 2)
  • phpGrid and CodeIgniter Integration
  • Integrate with .CSV or Google Spreadsheets
  • phpGrid and Zend Framework Integration
  • phpGrid Now Has Improved IBM DB2 Support!
  • Access DB2 through "ibm_db2" extension
  • Bootstrap Grid Layout
  • Laravel 10 & Bootstrap 5 Inventory Management with Dashboard, User Management
Examples: Date Formatting
  • Complete Date Format Demo (Updated)
  • set_col_datetime()
  • Timepicker Only Support
  • Set Start Day of the Week in Datepicker
Examples: Pivot Grid, Misc.
  • CRUD success/error status display
  • Pivot Grid
  • Display Non-English Characters
  • Locale Setting
Examples: Persist State
  • Bulk Edit, Select Multiple Rows
  • Persist State of the Sort Order and Page On Page Reload
Examples: Form Only
  • Form-Only Edit Mode
  • Enhance Edit Form
  • Load Existing Record into Form (Form-Only Mode)

phpGrid is a product of Kayson Group Inc. Kayson Group creates powerful and easy-to-use PHP components for IT professionals since 2004.

 

Download phpGrid
Recent Posts
  • Understanding Asymmetric Property Visibility in PHP 8.4

    Understanding Asymmetric Property Visibility in PHP 8.4

  • Debugging PHP with VSCode and XDebug: A Step-by-Step Guide

    Debugging PHP with VSCode and XDebug: A Step-by-Step Guide

  • My Simple Hack to Learn 2X Faster

    My Simple Hack to Learn 2X Faster

  • Why Naming Variables Can Distinguish a Good Programmer from a Bad One

    Why Naming Variables Can Distinguish a Good Programmer from a Bad One

  • Transform HTML Table into Card View Using Nothing But CSS

    Transform HTML Table into Card View Using Nothing But CSS

Contact

Kayson Group Inc.
324 10TH ST STE 211
OAKLAND CA 94607,
USA

 

Hong Kong: 852-30184061
North America: (877)GRID-666

Products People ♥

  • Home
  • Download
  • Blog
  • Examples & Tutorials
  • Documentation
  • OEM
  • T&C
  • Privacy
  • EULA
  • Version History
© 2025 Kayson Group Inc. All rights reserved.

Meet Querro! 📈 Embeddable SQL-based Data Analytics in Your App

Thank You 🙌

Host It Yourself or Go Cloud ☁️
X