We would need the functinality to define the sorting criteria for FS_LIST with data from a database for editing the data in Content Creator / WebEdit. Actual the sorting in Content Creator / WebEdit is based on Creation Time.
It should be possible to define also the sorting criteria in a flexible way for the WebEdit / Content Creator.
<FS_LIST name="tt_targetgroupcombinationList" hFill="yes" height="300">
<DATASOURCE type="database">
<ACTIONS>
<ACTION name="ADD"/>
<ACTION name="REMOVE"/>
</ACTIONS>
<COLUMNS>
<COLUMN show="no">#identifier</COLUMN>
<COLUMN show="yes" sortOrder="ascending" width="200">tt_name</COLUMN>
<COLUMN show="yes" width="30">#released</COLUMN>
<COLUMN show="no">#fs_id</COLUMN>
</COLUMNS>
<LAYOUT>
<ADD component="toolbar" constraint="top"/>
<ADD component="overview" constraint="center"/>
<ADD component="stackedview" constraint="hide"/>
</LAYOUT>
<table>XXX.targetgroup_combination</table>
</DATASOURCE>
<LANGINFOS>
<LANGINFO lang="*" label="Permissions"/>
</LANGINFOS>
</FS_LIST>
Thx
Martin