in a Grid <String>
does not copy all the values in the table, only some. The grid has a lot of data, will it be copying only those that are visible at that moment?
`Grid<String> Order = new Grid<>();
JSClipboard clipboard = new JSClipboard();
.
.
.
Button btnCopyToClipboard = new Button("Copiar");
.
.
.
clipboard.apply(btnCopyToClipboard, grid);`