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

Paging - Custom Pager

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

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.