PHP Classes

ORDER BY CLAUSE

Recommend this page to a friend!

      Eyesis Data Grid Control  >  All threads  >  ORDER BY CLAUSE  >  (Un) Subscribe thread alerts  
Subject:ORDER BY CLAUSE
Summary:I need order the datagrid by a field in the init.
Messages:2
Author:aditec
Date:2010-10-16 12:47:53
Update:2011-07-06 23:17:29
 

  1. ORDER BY CLAUSE   Reply   Report abuse  
Picture of aditec 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   Report abuse  
Picture of ZZorro 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].