-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(DataTable): Add prop to allow range selection over multiple pages #7782
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
base: master
Are you sure you want to change the base?
feat(DataTable): Add prop to allow range selection over multiple pages #7782
Conversation
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
611e6cc
to
befca51
Compare
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
Deployment failed with the following error:
|
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
@rayman-de this is great but we should check PrimeVue and whether it behaves correctly or incorreclty. I don't like adding new props that don't match PrimeVue unless absolutely necessary. |
I created a stackblitz is LOOKS like PrimeVue has the same bug? https://stackblitz.com/edit/x8rejugz?file=src%2FApp.vue |
0173203
to
cb868ea
Compare
Well I have not done any programming with Vue yet, so I cannot do much with that Stackblitz. What is the desired behaviour? Of course, we could allow range selections over multiple pages by default, I just was not sure whether that is wanted |
yeah your PR makes sense to me. |
I assigned to PrimeTek to review. |
Thanks! |
What does the failed Vercel check mean? Is there a mistake in the PR? |
Oh its failing the PrimeReact v9 deployment but that has been broken for a while you don't need to worry about it. |
cb868ea
to
bf7ab04
Compare
Should I maybe splitt off the feature-request part here so that you can just merge the bugfixing part without having to wait for @mertsincan ? |
Yes open another PR with just the bugfix part please. |
bf7ab04
to
2012d49
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Hmm, I cannot change the branch name for this PR (which is now just the |
Here: #7799 |
2012d49
to
1c65e79
Compare
OK i just rebased this branch! |
1c65e79
to
3d0b37c
Compare
### Defect FixesFix #7778: When accessing processedData, props.first is now correctly substracted from rowIndex to get the right index in the array.
Feature Requests
Additionally,anchorRowIndex was needlessly resetted on each page change, prohibiting selection over multiple pages. This is now possible through the new propmultiPageRangeSelection