Sorting

loading data... loading data...
Name Supplier Price Sales %
26
95
33
47
16
98
7
82
53
65
Results: 1 - 10 of 12
Pages: |<< << 1, 2 >> >>|
Page size:
DataGrid supports programmatic sorting of columns and sorting by user.

To see how it works - click any DataGrid column header to sort by that column.
If you click on this column header again, you will reverse the sort direction.

Code:
##  *** set sorting option: true(default) or false
$sorting_option = true;
$dgrid->AllowSorting($sorting_option);