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

Advanced - Value Mapping

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

Description & Sample code

KoolGrid supports altering columns' data with user-defined mapping functions which implement the GridIValueMap:

$ds->setValueMap(new ReverseMap());

The interface details and examples could be found in the same folder with the koolgrid control.