KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridFullVersion 5.7.0.1 released on 05/19/2017

Paging - Pager Position

Could not connect to database! Click here to re-install

Description & Sample code

KoolGrid's pager can be shown at either top,bottom or both places of the grid.

$grid->MasterTable->Pager->Positon = "top";
$grid->MasterTable->Pager->Positon = "bottom";
$grid->MasterTable->Pager->Positon = "top+bottom";