You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone! I've been using the Pluto Grid package for Flutter in my project, and I must say, it's been a fantastic tool. Kudos to the developer for maintaining this open-source gem that's been immensely valuable to the Flutter community.🙌
I've been working with Pluto Grid in my projects and have been thoroughly impressed with its capabilities. However, I recently ran into a scenario where I needed to implement lazy loading for the children rows of row groups within the Pluto Grid. Essentially, I want to load child rows into a row group only when the user expands that group, rather than loading all child rows upfront. This approach would significantly enhance performance when dealing with extensive datasets and nested row groups.
Am aware that children rows can be dynamically added to a group row via the method insertRows when the row at index rowIdx is a row group more info; but this solution does not work if the target group row is initialized with no children (empty group)
I wanted to see if any of you have had similar requirements or if you're aware of whether Pluto Grid currently supports or has plans to support lazy loading/adding for children rows within row groups.
If you've faced a similar situation or have any insights or suggestions on how to achieve this efficiently, I'd greatly appreciate your input.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone! I've been using the Pluto Grid package for Flutter in my project, and I must say, it's been a fantastic tool. Kudos to the developer for maintaining this open-source gem that's been immensely valuable to the Flutter community.🙌
I've been working with Pluto Grid in my projects and have been thoroughly impressed with its capabilities. However, I recently ran into a scenario where I needed to implement lazy loading for the children rows of row groups within the Pluto Grid. Essentially, I want to load child rows into a row group only when the user expands that group, rather than loading all child rows upfront. This approach would significantly enhance performance when dealing with extensive datasets and nested row groups.
Am aware that children rows can be dynamically added to a group row via the method
insertRows
when the row at indexrowIdx
is a row group more info; but this solution does not work if the target group row is initialized with no children (empty group)I wanted to see if any of you have had similar requirements or if you're aware of whether Pluto Grid currently supports or has plans to support lazy loading/adding for children rows within row groups.
If you've faced a similar situation or have any insights or suggestions on how to achieve this efficiently, I'd greatly appreciate your input.
Beta Was this translation helpful? Give feedback.
All reactions