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

Sorting - Basic Sorting

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

Description & Sample code

KoolGrid supports 4 modes of multi sorting order: "left-right" (default), "right-left", "FCFS" (first click first served) and "LCFS" (last click first served). To use this feature please set the MultiSortingOrder property of a table view instance: $grid->MasterTable->MultiSortingOrder = 'left-right'; // 'right-left' | 'FCFS' | 'LCFS'