KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridFullVersion 4.4.0.0 released on 10/22/2012

Paging - Custom Pager

The example requires database in order to run. Click here to install now!

Description & Sample code

KoolGrid support various type of pagers which you can choose. To use Custom pager in MasterTable, you set:

$grid->MasterTable->Pager = new GridCustomPager();

The CustomPager is different from other pagers in that you can build your own pager interface. Above example shows how to build pager with dropdownlist.