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
Given a table where 2 columns have the option Sort enabled, only the column that was last enabled will actually be sorted.
Screenshots:
Note: the screenshots illustrate the issue with grouping enabled, but it also occurs without grouping.
1.Only a single column sorted (level) → OK
Enabled sorting on another column as well (hostname) → NOK: table is sorted on hostname, but no longer on level (even though the option is still enabled).
Manually forcing sorting by shift-clicking the columns in the right order → OK
Thus:
Multi-column sorting configured to the column editor does not work
Multi-column sorting by shift-clicking the columns in the right order works, but is not retained
The text was updated successfully, but these errors were encountered:
Plugin version: 1.9.0
Grafana version: v11.3.0+security-01 (OSS Enterprise)
Given a table where 2 columns have the option Sort enabled, only the column that was last enabled will actually be sorted.
Screenshots:
Note: the screenshots illustrate the issue with grouping enabled, but it also occurs without grouping.
1.Only a single column sorted (
level
) → OKEnabled sorting on another column as well (
hostname
) → NOK: table is sorted onhostname
, but no longer onlevel
(even though the option is still enabled).Manually forcing sorting by shift-clicking the columns in the right order → OK
Thus:
The text was updated successfully, but these errors were encountered: