LiveFilter.Components.SortSelector (LiveFilter v0.1.0)

View Source

A component for selecting and managing sort options. Can be used in toolbars or dialogs for single or multi-field sorting.

Examples

<.sort_selector
  id="sort-selector"
  current_sorts={@current_sorts}
  field_options={@field_options}
  target={@myself}
/>