Hello,
Is it possible to get a descending order by date using the OdsDatasetContext widget in a custom view ?
I have tried something like below :
<ods-dataset-context context="ctx" ctx-dataset="own_base" ctx-parameters="{'sort':'-start_date'}">
[...]
</ods-dataset-context>
but it’s not a success…
Thank you for your help.