diff --git a/examples/vite-demo-vanilla-bundle/src/examples/example19.html b/examples/vite-demo-vanilla-bundle/src/examples/example19.html index 2e9babcf4..c77157768 100644 --- a/examples/vite-demo-vanilla-bundle/src/examples/example19.html +++ b/examples/vite-demo-vanilla-bundle/src/examples/example19.html @@ -21,7 +21,8 @@

Grid - using enableExcelCopyBuffer which uses SlickCellSelectionModel

The complete first row and the cells C - E of the second row are not allowing to paste values.

Additionally the columns are configured to exportWithFormatter and a custom formatter that renders the cells coordinates or value if available. - When selecting one or more cells and pressing CTRL + C, the ExcelCopyBuffer will be filled with the formatter outputs of the selected cells.

+ When selecting one or more cells and pressing CTRL + C, the ExcelCopyBuffer will be filled with the formatter outputs of the selected cells. This also applies if the cells editor is already open +due to use of copyActiveEditorCell