For testing purposes, add Data Explorer Clear Column Sorting action to Editor Actions (EditorTitle menu) #6010
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As part of #2085, #5361 has been addressed. This means that the Data Explorer action bar has been removed and its actions (Clear Column Sorting and Summary Layout) have been moved to the Editor Action Bar.
At the moment, the user can decide whether to use Editor Actions or the Editor Action Bar. When the user decides to use Editor Actions, this PR adds the Clear Column Sorting action in the
EditorTitle
menu so that the feature can be accessed in end-to-end tests.Here's how Clear Column Sorting looks in Editor Actions:
And here's how Clear Column Sorting looks on the Editor Action Bar:
QA Notes
Tests:
@:editor-action-bar
@:data-explorer
Note that when the Clear Column Sorting action appears in Editor Actions, its title is not displayed because that would take up too much room.