> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# display_order

> Overrides the sort order for views in the field browser.

Defining `display_order` for a view will supersede Omni's default alphabetical sorting. For example, if only one view has `display_order: 1`, it will display at the top of the list of views in the field browser. Other views will be sorted and displayed alphabetically.

## Syntax

```yaml theme={null}
display_order: <number>
```

## Properties

<ParamField path="display_order" type="number">
  A number that determines the view's position in the field browser.
</ParamField>

## Examples

```yaml title="Display view first" theme={null}
display_order: 1
```
