It has been a while since I tried to do this, but it should be something like:
<TableView sort="[{columnName:'name', sortDirection:'ascending'}]">
...
On Jun 20, 2011, at 3:31 PM, Edvin Syse wrote:
> How do I express this in BXML?
>
> tableView.setSort("name", SortDirection.ASCENDING);
>
> Can't seem to get it right :)
>
> -- Edvin
