Hello I would like to sort in ascending order the files that appear in the title column, How can I do it????
I would like that by default all the files always appear in ascending order (I know that if I click the column header I can change the sorting order, but at this moment, all the files are in descending order, by default). So far I have tried two approaches, one of them, I added an extension point to the content view services (as seen in this link https://doc.nuxeo.com/display/NXDOC/Content+views) but it didn't work. Also I added an extension point to: <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager " point="layouts"> and I added the property defaultSortAscending to my title column: <property name="defaultSortAscending">true</property> But it didn't work. Does anyone have an idea how to set ascending order by default????? --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
