The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
multi column ordering - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: multi column ordering (/showthread.php?tid=2476) |
multi column ordering - leeburstroghm - Jun 29th, 2013 Is it possible with teh ft_get_submissions function, passing in the options, to sort on two columns, such as state first, then county. or to group by state and then display sorted state, county? this shows only one column, will it allow for multi column ordering. $options = array( "show_columns_only" => true, "num_per_page" => 5, "order" => "name-ASC" ); If not how can it be accomplished without querying the table directly? |