eclipse / dirigible

Eclipse Dirigible™ Project
https://www.dirigible.io
Eclipse Public License 2.0
268 stars 85 forks source link

Add option to order list by certain property of an entity #4103

Open MinaDoncheva opened 1 week ago

MinaDoncheva commented 1 week ago

Is your feature request related to a problem? Please describe. In the development of Hestia I needed to switch the order of created invoices, starting from the most recently created one.

Describe the solution you'd like Added an option in the Data properties to choose if the list should be sorted by the chosen property and in what order.

Describe alternatives you've considered Alternative was to switch the list in every view it occurs.

Additional context

Screenshot 2024-07-02 at 13 05 38 Screenshot 2024-07-02 at 13 05 45
MinaDoncheva commented 1 week ago

fixed with https://github.com/eclipse/dirigible/pull/4104