Skip to main content
Question

OdsDatasetContext widget - Get descending order by date

  • January 28, 2026
  • 0 replies
  • 4 views

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.