Fast Data Edits (e.g. Marking to Market)
Summary
- Shows how to use Action Columns and Plus / Minus to edit data very quickly
This example illustrates 3 features in AdapTable that aid swift data entry:
- Plus Minus - allows users to configure "Nudge Rules" for when + or - are pressed on the keyboard
- Action Column - special columns that contain buttons (which can be used for data entry)
- Shortcut - enable mathematical operations when shortcut key is clicked
Super fast Data edit
- In this demo we update the
Github Starscolumn in 2 ways:- Action Columns - the
Update Starscolumn contains Up and Down buttons that update theGithub Starscolumn - Plus Minus - the Nudge Rules are attached directly to the
Github Starscolumn - Note: both Modules use same bespoke rules: we increment / decrement
Github Starscolumn by 2, unlessLanguageis TypeScript when we increment / decrement by 10 instead
- Action Columns - the
- We also added a Shortcut rule for the the
Github Watcherscolumn where tying in 'K' will multiply current cell value by 1,000
Expand to see Initial State and Options
Try It Out
- Press Up or Down buttons in
Update Starsin first row and seeGithub Starschange by 2; do the same in 2nd row and note the change is 10 - Press + or - keys in
Github Starsin first row and see the cell value change by 2; do the same in 2nd row and note the change is 10 - Type "5" and then "K" into an cell in the the
Github Watcherscolumn and see how the cell value changes to 5,000