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

Grouping - Initial Grouping

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

Description & Sample code

With KoolGrid, you can define your own grouping in coding. Basically, you need to create GridGroup's object and add it to the GridTableView that you want to show the group.

You can:

  • - Group by any available fields from SelectCommand.
  • - Customize the header text of the group.
  • - Customize the summary information of each groups.
  • - Show group aggregate information.


You may have a look at our example for more details.