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 collaboratorRemove Rows
As a Data Packager
I want to delete one or more rows
So that I can only share the data that is appropriate to share
RULES
- One row can be deleted based on the location of the cursor in the table
- One or more rows can be deleted by selecting a number of rows
- If the a row is deleted, move the cursor to the next row
- If the last row is deleted, instead moving the cursor to the next row, move the cursor to the previous column
- When a row is deleted, leave the cursor in the same column
- The "Remove Row(s)" command can be invoked using a menu item, keyboard shortcut or a context menu in the data tab
- Scenarios
-
- Remove Row(s)
-
- Given
- a row(s) is selected
- When
- "Remove Row(s)" is invoked
- Then
- the selected row(s) should be deleted
- And
- the cursor should be moved to the required position in the table
Last published almost 2 years ago by Matt Mulholland.