Model-View separation with PlutoRows #971
Unanswered
andzsinszan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to flutter, used to work with Java Swing and Fx, where data model and view were clearly separated. Data was kept separate from table (views) and tables knew only how to render (some attributes of) the objects.
Is there a way to keep a list of data objects separate from PlutRows?
Assuming a situation, where
What is the common way to store the Person data objects? Somewhere in the app in parallel with PlutoRows? Or somehow incorporated into a PlutRow object?
Beta Was this translation helpful? Give feedback.
All reactions