* This function is available in commercial licenses.
- Parameters:
- $page_count: boolean: true or false.
- Description:
- Enable page count in the pager. Default to true. Set to false to optimize performance for very large (e.g. millions) database table.
- Example:
1
| $dg -> enable_pagecount(false); |
Related Posts
set_col_readonly()Parameter(s): $col_names: Comma delimited one or more column names Description: Set one more more columns as…
set_jq_datatype()Parameter(s): $datatype: Internal data source type. It can be either "json" or "xml". The default is…
set_col_link()Parameter(s): $col_name: Column name $target: Hyperlink target attribute. The default is _new Description: Display the text…