How to set default table sorting based on created time_stamp

Preformatted textusersTable.sort("login", Table.SortDirection.ASCENDING);

How can i mention created_ts

Hi,

The corresponding attribute is createTs. You can find default attributes such as createTs, deleteTs, etc. in com.haulmont.cuba.core.entity.StandardEntity.

Regards,
Gleb