|
|
 aditec | 2010-10-16 12:47:54 |
Hello
I need order the datagrid by a field the first time that show the datagrid
is it possible?
Thank you |
| |
2. Re: ORDER BY CLAUSE |
|
Reply |
|
|
 ZZorro | 2011-07-06 23:17:30 - In reply to message 1 from aditec |
| In the link or links to the page that displays the grid, add "?order=column name" [without quotes] to the end of it. Example: "<a href='grid_view_all.php?order=city'>" [without quotes]. |
|