Home › Forum › Working with Tables › Sort Rows › Re: Sort Rows
July 3, 2009 at 8:07 am #4640
Not directly, but if you are populating this table from an external database, then look into how you can do the sort in the database (set up a ‘view’ if you are using SQL for instance, or even create a stored procedure to handle this) and then use that view/stored procedure in your connect action to populate the table