Data Sort order on Table Data tab

When using the object explorer and selecting a table, the UI gives the ability to select a number of tabs i.e. Column, Data, Trigger, etc… When select the DATA tab, the system always sorts from oldest to newest… is there a way to set the default for the sort to always be desc… I.e. newest to oldest?

Thanks

Rows are displayed exactly in the order returned by the database.

If you need the data to appear in a specific order, you can run a query (editor/query builder) with an explicit ORDER BY clause or apply column sorting directly in the data grid.