-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Scroller: dynamic size for itemSize #2290 #16648
base: master
Are you sure you want to change the base?
Scroller: dynamic size for itemSize #2290 #16648
Conversation
…sPosition, do not store positions for each cell of a grid
…items positions related naming in the scroller component
…m size getting functions
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Oh, thanks a lot @Max0nyshchenko. |
@cetincakiroglu what do you think? Could you take a look? |
Hi @Max0nyshchenko, |
Hi @mertsincan , So 2 questions: |
This is the example PR to the discussion in https://github.com/orgs/primefaces/discussions/2290
These changes need to be further optimized, which I can do, if you are going to accepts the changes, but they already working and you can see and check them out in the docs examples that has been added (flexible-items-height-doc and flexible-grid-doc). Or you can finish this PR by yourself, feel free to use my changes in any way you want. The main thing is to have the support for flexible itemSize for different items.
I need these changes so that I can implement expandable rows in p-table with virtualization later, which is required for one of my projects.
So I'm wondering if you consider these changes significant or of the kind that would be welcomed.
If you give me the green light I'll work on the final version with improved performance.