-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for Lazy Data Provider #130
Comments
This requires a major refactoring (hence it's a good candidate for Version 3). The main issue is that the implementation assumes that the grid has a |
|
One thing to take into account. Removing the items in the left grid might be impossible, so one idea would be to display them greyed out. |
Does it make sense to support lazy providers on selected grid? IMO only available grid should support it. |
On the surface that makes sense. Wonder if it actually matters in any
way, though.
a
…--
Thanks!
West Point 1976 H-3
Join us! <https://hlh-tx.com> *Mission:* To measurably improve
investor performance
"We enjoy the comfort of opinion without the discomfort of thought." --
J.F. Kennedy
On 2/16/23 11:37, Felipe Lang wrote:
Does it make sense to support lazy providers on selected grid? IMO
only available grid should support it
—
Reply to this email directly, view it on GitHub
<#130 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZKGI5H22VNR4UXVKAYS6DWXZQXBANCNFSM6AAAAAAUQQQ22Y>.
You are receiving this because you are subscribed to this
thread.Message ID:
***@***.***>
|
I agree. We can start by supporting lazy data providers on the available grid (which is already a big change), and discuss lazy providers on selected grid later. I'm not sure if there are use cases where supporting so many selected items is good UX. |
It'd be great if we could use lazy data providers, just like in regular grids.
The text was updated successfully, but these errors were encountered: