DataTable.NavState (data_table v0.1.0)

Summary

Types

@type t() :: %DataTable.NavState{
  expanded: term(),
  filters: term(),
  next_filter_id: term(),
  page: term(),
  sort: term()
}

Functions

Link to this function

cycle_sort(nav_state, field, spec)

Link to this function

decode(nav_state, query, spec)

Link to this function

encode(nav_state, spec)

Link to this function

filters(nav_state)

Link to this function

put_page(nav_state, page)

Link to this function

put_sort(nav_state, arg, spec)