How do I render a table of components where the size of the table is determined at runtime? #866
Unanswered
InnocentZero
asked this question in
Q&A
Replies: 1 comment 3 replies
-
The current value of 16 is a placeholder. I plan to add runtime values later on. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pretty much the title. I am in need of an interactive table. At the moment, I'm using the grid-container component that is available outside the repository. However, it is wasting a lot of space in between the gaps. So I wanted to implement something similar to this, but cannot figure out a way to do so for a table in runtime. Here are the relevant parts of the implementation:
and somewhere else
Any help?
Beta Was this translation helpful? Give feedback.
All reactions