diff --git a/examples/vite-demo-vanilla-bundle/src/examples/example19.html b/examples/vite-demo-vanilla-bundle/src/examples/example19.html index 95581f7d2..759f9ac72 100644 --- a/examples/vite-demo-vanilla-bundle/src/examples/example19.html +++ b/examples/vite-demo-vanilla-bundle/src/examples/example19.html @@ -18,8 +18,10 @@

- 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. +

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.