Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the default clipboard limits #8660

Closed
krzysztofspilka opened this issue Aug 19, 2021 · 1 comment · Fixed by #8676
Closed

Remove the default clipboard limits #8660

krzysztofspilka opened this issue Aug 19, 2021 · 1 comment · Fixed by #8676

Comments

@krzysztofspilka
Copy link
Member

Description

I noticed that in some cases the limit we put on the clipboard capacity might be problematic for end users, especially those who expect that the grid's behavior is similar to popular spreadsheet/grid software.

To ease that pain, let's remove the default limits defined in columnsLimit and rowsLimit. They should copy an unlimited number of rows and columns.

API:

@budnix budnix self-assigned this Aug 25, 2021
budnix added a commit that referenced this issue Aug 25, 2021
Change `rowsLimit` and `columnsLimit` from 1000 to Infinity.

Issue: #8660
budnix added a commit that referenced this issue Aug 25, 2021
@budnix budnix linked a pull request Aug 25, 2021 that will close this issue
11 tasks
budnix added a commit that referenced this issue Aug 27, 2021
The commit changes the default values for the `rowsLimit` and `columnsLimit`
options of the CopyPaste plugin. Now the limit is unlimited.

Issue: #8660
@AMBudnik
Copy link
Contributor

Done in v10. We can easily paste more than 1000 copied rows https://jsfiddle.net/qznxf1gc/5/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants