I want to have a list of items with multiple columns, for something like: [name, type, weight, value]. And I would like to be able to sort each of those columns.
I tried the ItemList node, but it doesn't seem to support multiple columns for a single item, the columns hold separate items. Does Godot have a node for this already?