To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSort column
As a Data Packager
I want to sort a column in ascending, descending, or original order
So that I can detect cells with similar but different values that may be errors
RULES
- The "Sort column" command can be invoked by clicking on the column header
- Clicking on the column header alternates the sort order between ascending, descending, or the original order
- Scenarios
-
- Sort column
-
- Given
- Data Curator is open
- And
- the cursor is on a column header
- When
- "Sort column" is invoked
- Then
- the rows should be sorted in order based on the column values and the previous sort order
- And
- the header row (the first row) should not be included in the sort
- And
- the sort order indicator should be shown next to the column heading
Last published almost 2 years ago by Matt Mulholland.