-
Notifications
You must be signed in to change notification settings - Fork 521
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
specify rows/cols #983
Comments
It's nice (#920 (comment)) ex. (v0.2.3)
|
so it is just the inner grids here and not the outer deployment rows right? no recursive grids (at least for now) right? |
ooo what if the children of grid containers can specify how many cols/rows they occupy. allowing for diagrams like https://twitter.com/solomonstre/status/1641938062816210944 e.g.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we should be able to specify arrangement of shapes per container, which could work no matter the layout engine.
e.g. a
rows
andcolumns
keyword. we make these in a step before the main layout engines, replace it with a placeholder node of given dimensions, and then swap back in the real nodes afterthe only thing is that it wouldn't work if something in that container was connected (unless it's TALA). we have to make it a constraint that anything using these keywords are just composed of unconnected children
The text was updated successfully, but these errors were encountered: