-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(widget-builder): Reset sort when changing display type to table (#…
…82889) Noticed that tables weren't resetting the sort to a valid value (i.e. we have to sort by a field that's selected), so when going from a timeseries chart to a table, we should reset the sort to the first column if the current sort is not in the table, otherwise it can stay the same. Note: I found another bug that's similar that I will fix in a following PR. The sort doesn't reset when you remove a field that is being sorted on in a table
- Loading branch information
1 parent
9ce7ff2
commit 91ed157
Showing
2 changed files
with
83 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters