I have a structure field that contians a name, city and active/not-active.
My goal is to have them listed in those 3 columns (table?) in asc order but make them sortable by clicking on each of the columns title (th?).
Is there a way in Kirby to build this or is this only possible using js?
What would be the approach for this?