7.2.6 Archives | phpGrid - PHP Datagrid Create PHP grids in minutes, not hours. Thu, 21 Jul 2022 22:14:24 +0000 en-US hourly 1 CodeProjecthttps://wordpress.org/?v=7.0.3 129966043 enable_pagecount() https://phpgrid.com/documentation/enable_pagecount/ Thu, 28 Sep 2017 12:20:32 +0000 http://phpgrid.com/?p=9392 * 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);

The post enable_pagecount() appeared first on phpGrid - PHP Datagrid.

]]>
* 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);

The post enable_pagecount() appeared first on phpGrid - PHP Datagrid.

]]>
9392