KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridTrialVersion 2.0.0.0 released on 2/28/2010

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.