Developer Function: Server Script: view.Sorters
## Overview
These are "Sorters" of the "view object". You can "[Sort](/en/manual/table-record-sort)" "Records" using "[Server Script](/en/manual/table-management-server-script)". You can use "[JSON Data Layout: View](/en/manual/api-view)".
## Properties
|No|Property name|Change|Description|
|:--|:--|:--|:--|
|1|[Column Name]|Yes|Specify the "[Column Name](/en/manual/dev-column-name)" to "[Sort](/en/manual/table-record-sort)" and set "asc" / "desc" / "release". |
## Usage Example
In the following example, the records are displayed in descending order by the value of NumA.
```
view.Sorters.NumA = 'desc';
```
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/table-record-sort">Table Function: Sort Records (Sort)</a><span>10.07.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-choice-json">Manage Table: Editor: Column Advanced Settings: Option List: Filter, Sort, Display Format</a><span>10.02.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/dev-column-name">Correspondence of Column name and Name in the system in the Database</a><span>10.04.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/api-view">Developer Function: JSON Data Layout: View</a><span>01.06.2025 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />