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
Following scenario: I have a table with columns A, B, C, and D. All the columns excepting the C are sortable. The Default sorting is: D [DESC], A [ASC] . Working fine. But now I want to add a further column (D) to the sorting (SCHIFT+click on the column's head).
Expected behavior: The primary and the secondary sorting remain as they are. A tertiary sorting (by D) is added. The table is sorted by three columns.
Observed behavior: The primary and the secondary sorting get reset. The table is now sorted only by the column D.
Hello!
Following scenario: I have a table with columns
A
,B
,C
, andD
. All the columns excepting theC
are sortable. The Default sorting is:D [DESC]
,A [ASC]
. Working fine. But now I want to add a further column (D
) to the sorting (SCHIFT+
click
on the column's head).Expected behavior: The primary and the secondary sorting remain as they are. A tertiary sorting (by
D
) is added. The table is sorted by three columns.Observed behavior: The primary and the secondary sorting get reset. The table is now sorted only by the column
D
.My code:
For me it seems to be a bug, but maybe it's just about configuration?..
Best regards,
Ilya
The text was updated successfully, but these errors were encountered: