Skip to content
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

Grid improvements #218

Open
1 of 4 tasks
straker opened this issue Feb 12, 2021 · 1 comment
Open
1 of 4 tasks

Grid improvements #218

straker opened this issue Feb 12, 2021 · 1 comment
Labels
feature New feature or enhancement

Comments

@straker
Copy link
Owner

straker commented Feb 12, 2021

I'd like to add the ability to do a few more things with grid:

  • set individual row/column alignment. Right now that requires setting the children align/justifySelf property, but would be better as an option to the grid.
  • set individual row/column width/height. Right now the width/height is determined by each cell, but being able to make a row/column wider than that would be great.
  • set grid width/height. That way I can have the grid take up the full screen.
  • padding
@straker straker added the feature New feature or enhancement label Feb 12, 2021
@straker
Copy link
Owner Author

straker commented Sep 12, 2021

  • Would also like to be able to dynamically update the children of the grid. Something like
grid = Grid({
  children: [childA, childB, childC]
});
// ...
grid.children = [child1, child2, child3];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant