Show Remaining Characters in Textarea/Input In a recent user support request, the user would like to see the remaining characters allowed [...]
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 [...]
Customize Edit Form Layout By default, the edit form is displayed a single column table. This is fine for table with small [...]
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 [...]
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 [...]