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 collaboratorSelect all
As a Data Packager
I want to select all the cells in a data table
So that I can quickly perform an edit command on them
RULES
- Select All should only select data in cells, not other user interface elements
- The "Select All" command can be invoked using a menu item or keyboard shortcut
USER INTERFACE
- Scenarios
-
- Select All data cells in a table
-
- Given
- Data Curator is open
- And
- the cursor is in a data tab
- When
- "Select all" is invoked
- Then
- every cell in the active data tab should be selected
- And
- highlight the selected cells in the 'selection colour'
Last published almost 2 years ago by Matt Mulholland.