Make filesystem list view columns sortable

This commit is contained in:
2025-04-02 15:12:38 +02:00
parent 1d72179672
commit 4b297fec46
11 changed files with 106 additions and 50 deletions

View File

@@ -189,6 +189,7 @@ onMount(() => {
nav={nav}
show_hidden={show_hidden}
large_icons={large_icons}
hide_edit
on:node_click={node_click}
on:node_context={node_context}
on:node_select={node_select}