Skip to content

Commit bed2eba

Browse files
committed
Data sorting section
1 parent 3d7c0d9 commit bed2eba

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

data-explorer.qmd

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,25 @@ than or greater than, is equal to, or is inclusively between two values.
160160

161161
## Sorting
162162

163+
To sort the data by a column's values, open a column's context menu from the top
164+
of the grid and click either "Sort Ascending" or "Sort Descending":
165+
166+
![Sorting Data from Column Context Menu](images/data-explorer-sort-context-menu.png){width=300}
167+
168+
When a column is sorted, the column header will have an arrow pointing up or
169+
down indicating the sort direction. You can sort by multiple columns by opening
170+
the context menu for a second column and sorting it, too. The number next to the
171+
sort direction indicates the sort order of the column.
172+
173+
![Sorting Data by Multiple Columns](images/data-explorer-sort-multiple-columns.png){width=400}
174+
175+
A data explorer can be sorted and filtered at the same time without any issues.
176+
177+
To clear the sorting, click on the "Clear Column Sorting" button in the top
178+
action bar:
179+
180+
![Clear Column Sorting Button](images/data-explorer-clear-column-sorting.png){width=400}
181+
163182
## Grid Selection and Copy-and-Paste
164183

165184
The data grid has copy-and-paste capabilities similar to a spreadsheet. You can
46.5 KB
Loading
43.3 KB
Loading
48.9 KB
Loading

0 commit comments

Comments
 (0)