arthub-table 0.2.23-next.1 → 0.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -507,6 +507,19 @@ datagrid.value?.clearValidations();
507
507
 
508
508
  ---
509
509
 
510
+ ### 12. Undo / Redo
511
+
512
+ Built-in keyboard shortcuts:
513
+
514
+ | Shortcut | Action |
515
+ | ------------------------ | -------------- |
516
+ | `Ctrl+Z` / `Cmd+Z` | Undo last edit |
517
+ | `Ctrl+Y` / `Cmd+Shift+Z` | Redo last undo |
518
+
519
+ > History is automatically tracked for `doneEdit()`, `pasteData()`, `autofillData()`, and `clearSelectedData()` operations. Max 20 history entries.
520
+
521
+ ---
522
+
510
523
  ### Complete Example
511
524
 
512
525
  See `App.vue` for interactive demonstrations of all these patterns. The toolbar includes buttons for: