Composite Primary Key Support * * An exclusive feature for phpGrid commercial License In the past, phpGrid supports [...]
Column Chooser & Sortable Row The example below demonstrates column chooser and sortable row features. Click on the column [...]
Row-level Edit Permission Using actions column in the earlier example, it’s now possible to specify row-level edit [...]
enable_autoheight() Parameters: $autoheight: true or false. Default to false. Description: Use this method to set [...]
enable_columnchooser() Parameters: $enable: true or false Description: Enable column chooser. Remark: The column [...]
set_sortablerow() Parameters: $sortable: true or false Description: Activate sortable row. Drag and drop row to [...]
THEME global constant Available starting phpGrid version 6, you can set a global constant “THEME” in [...]
DEBUG global constant Note: DEBUG global constant is only available starting version 6. For phpGrid version 5.5.5 and [...]
set_edit_condition() Parameters: $edit_conditoin: An array stores edit permission condition. Description: Set [...]
set_grid_property() Parameters: $grid_property: An array represents grid property. The property will add to or [...]
$cust_prop_jsonstr $custo_prop_jsonstr is a variable, not a function. The variable type is JSONString (string in [...]
before_script_end before_script_end is not a function but a variable. It allows you to inject custom javascript [...]
set_theme() * Premium themes are currently available in phpGrid commercial licenses. Parameter(s): [...]
phpGrid Constructor After successful installation, call the constructor like the following: 1$dg = new [...]