![]() | ![]() |
KoolGrid - Powerful PHP GridFullVersion 5.7.0.1 released on 05/19/2017
Advanced - Value Mapping
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.
![]() | ![]() |
