Please visit phpGrid Knowledge Base on uservoice.
Related Posts
phpGrid ConstructorAfter successful installation, call the constructor like the following: [cc lang="php"] $dg = new C_DataGrid("SELECT *…
set_col_width()Parameters: $col_name: column name $width: width Description: Specify column width in pixel. The width should be…
enable_rownumbers()Parameters: $has_rownumbers: boolean value indicating whether row number is displayed. Description: Display row number before each…