Edit Mode #4633
Unanswered
barbinbrad
asked this question in
Ideas
Edit Mode
#4633
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for advice on how to approach Edit Mode:
The way I see it, a cell needs two definitions -- 1/ for when it's in "display mode" and 2/ for when it's in "edit mode".
In edit mode, it may have complex components with a lot of state. It's possible that an edit component may have its own mutation method.
^ All that to say that I want to avoid rendering all of the edit mode components at once.
I can think of a couple ideas, and I'm willing to do this on a fork -- but just looking for advice on direction from community.
Idea 1: ColumDef
Idea 2: meta
Beta Was this translation helpful? Give feedback.
All reactions