How to sort a specific column in cuba?

Hi community,

I want that the browser-screen will automatically sort the rows related to a specific column. Like ID column, that first row will be ID 1, then ID 2 and so on…

how I can archieve this?

Thanks a lot

The docs are your best friend :wink:

https://doc.cuba-platform.com/manual-6.9/gui_Table.html

First example and picture: a datasource ordered by a field, and the table reflects the sorting…
In the same page you’ll find other options to control sorting.

P.

Thanks a lot,
I will take a look at my friend :slight_smile: