Search code examples
jsforacle-adftreetable

Order by in ADF TreeTable


Is it posible to set sortproperty in a TreeTable in ADF? I have a viewcriteria, with a order by clause in the query.

The the TreeTable doesn't show the items in the correct order. Is this known, or?


Solution

  • Found it! The iterator had a sort property set. Deleted the sort property, and the 'order by' clause works like a charm :)