Function: sortIndicator()
sortIndicator(col, current): "▲" | "▼" | "↕"
Defined in: src/lib/table/sort.ts:65
The glyph shown beside a header: ▲/▼ when it is the active sort, a faint ↕ otherwise.
Parameters
col
string
current
Sort
Returns
"▲" | "▼" | "↕"