# Default sort for table widgets

When creating a table widget, you have the option to set a default sort your table should have when it initially gets displayed on a dashboard, for example.&#x20;

But what happens when on Dashboard A, you want to use your created Widget and are happy with the default sort defined in the widget, but on Dashboard B you would rather have another default sorting? Well, we've got you covered!

You can override any default sort defined in your table widget in every dashboard. To do that, navigate to any dashboard that has a **sortable table widget**.&#x20;

Switch to dashboard edit mode, select the table widget for which you want to change the default sort, and switch to the **Widget** tab on the right sidebar.

Here you will find a section called **Default sort settings**, where you are able to set any column of your table widget and any sort order to be used as the default sort.

<figure><img src="https://1533098984-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lj6tqYfpNT_59dZ_Z3Z%2Fuploads%2FgBqJuyp3RXJjXfrq0omS%2FKapture%202022-11-17%20at%2009.16.54.gif?alt=media&#x26;token=032d594c-22cc-48e2-b37d-64fc22655950" alt=""><figcaption><p>Overwriting the default sort settings of a sortable table widget on a dashboard</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.senseforce.io/manual/sf-platform/dashboards/default-sort-for-table-widgets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
