You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: