When copying large amounts of data using our API, you may find that the copy operation can fail.
This is due to the JS engine running in the browser imposing limitations on the document.execCommand('copy') functionality, for security reasons.
See the plunkr below for an example of this.
Comments
1 comment
Is this true for 'paste' ? We have been experiencing chrome crash when user tries to paste more rows.
Please sign in to leave a comment.