
Name ![]() |
Supplier | Price | Sales % | ||
|---|---|---|---|---|---|
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|
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); |