pluto_grid icon indicating copy to clipboard operation
pluto_grid copied to clipboard

[Help] PlutoGrid via bloc pattern?

Open IntCleastwood opened this issue 1 year ago • 2 comments

I wonder if its possibe to control the PlutoGrid using a bloc pattern where all is about re-rendering widgets when its underlying state changes ... its very hard to find an entry point for manipulating stuff, since for Example a PlutoRow isn't a widget which can be rendered on change ... instead, PlutoGrid comes with its own state manager ... any idea where to hook in or if its even possible? Any resources to this?

Thanks a lot!

IntCleastwood avatar Jan 05 '24 16:01 IntCleastwood

Up?

codakkk avatar Jan 19 '24 21:01 codakkk

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Feb 19 '24 11:02 github-actions[bot]

Seems its not very active here. Honestly, even in the meantime i don't know how one would integrate this in a more advanced app architecture. I really like this package, but unfortunately, I am forced to go with another solution, since the data table would cover a large field of my app.

IntCleastwood avatar Feb 25 '24 22:02 IntCleastwood

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Mar 27 '24 11:03 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Apr 11 '24 11:04 github-actions[bot]

It's crucial to efficiently implement a large list and dynamically change the items within it. I have the same question: Has anyone found a solution to this problem?

sinhpn92 avatar Apr 13 '24 08:04 sinhpn92

How did you solve your issue @codakkk @IntCleastwood ?

sinhpn92 avatar Apr 13 '24 14:04 sinhpn92

Seems its not very active here. Honestly, even in the meantime i don't know how one would integrate this in a more advanced app architecture. I really like this package, but unfortunately, I am forced to go with another solution, since the data table would cover a large field of my app. @IntCleastwood @sinhpn92 @codakkk seems that the mainteined version is https://github.com/doonfrs/pluto_grid_plus

VittorioParagallo avatar Aug 05 '24 22:08 VittorioParagallo