← All Components

SortDropdown

Data & Editing

Sort control with direction toggle and customizable option list.

Live Demo

Click to change sort field and toggle direction.

Sorting by: name (asc)

Usage

<script>
  import { SortDropdown } from "jatui"
</script>

<SortDropdown />

Props

PropTypeDefaultDescription
optionsSortOption[][]Sort options (value, label)
sortBystring-Active sort field
sortDir"asc" | "desc""asc"Sort direction
onSortChange(value, dir) => void-Sort change callback