Open
Description
I expect the table panel to show columns in the same order as its source. It appears to sort the columns alphabetically by default.
For example, if I query (sqlite): select 1 d, 2 c, 3 b, 4 a
, the table panel displays these columns in the order a,b,c,d. I expect them to be in the same order as queried.
Metadata
Assignees
Labels
No labels