I have a table with a list of some items. The items are the titles of the pages which are displayed in siteadmin. E.g. my items in the table are showed like this
A
C
D
F
G
But at siteadmin they are displayed the following way:
D
C
G
F
A
The task is to keep the order of the items in the table like the order of those in the siteadmin. Going back to the example I want the order of items in the table to be like this:
D
C
G
F
A
Is that possible to do it with the QueryBuilder?
Thanx in advance