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 collaboratorCut
As a Data Packager
I want to remove data from the table and copy it to the clipboard
So that I can paste the data elsewhere within the application or into another application
RULES
- Selected data can be some or all of the data in a cell, or one or more cells (e.g. row(s), column(s) or block of cells)
- The "Cut" command can be invoked using a menu item or keyboard shortcut
- Scenarios
-
- Cut data
-
- Given
- some data is selected
- When
- "Cut" is invoked
- Then
- the selected data should be copied to the clipboard
- And
- the selected data should be deleted from the table
Last published almost 2 years ago by Matt Mulholland.