Chuck,
Here's my flayed feline:
I go back to the server each time. I build my query with <@ARG _orderby>. Say it's a simple text query, with the request in _query. The column headers have a link back:
<th><a href="<@APPFILE>?_function=list&_query=<@ARG _query>&_orderby=columnname>columnname</a></th>
The query is then something like;
SELECT columnname FROM table WHERE querycolumn = <@ARG _query> ORDER BY <@ARG _orderby>
Of course, you need to trap null arguments (query and orderby).
Bill
On Tuesday, April 19, 2005, at 10:00 AM, Chuck Lockwood wrote:
IE 6 can be assumed.
As usual, there seems to be a few ways to skin this cat, but none very easy. What technique works best using Witango and needing a table that includes form fields for data input? So the goal is to be able to sort the table based on static column data but preserve the data entered in each row.
I got lost in databinding examples and don’t even know if its possible.
Thanks,
Chuck Lockwood
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
