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

Multiple tds per tr #11

Open
arasmussen opened this issue May 31, 2016 · 4 comments
Open

Multiple tds per tr #11

arasmussen opened this issue May 31, 2016 · 4 comments

Comments

@arasmussen
Copy link

Give your API components, I don't see a way to create multiple items in a single row. What if I'd like to have 2 boxes of equal size, side by side. Should I fall back to divs or just render raw tds with width="50%"?

@Roilan
Copy link
Collaborator

Roilan commented Jun 1, 2016

Hey @arasmussen,

I've been using raw tds since I've ran into the same problem. I agree there should be an ItemContainer component that allows you to render tds inside.

@chromakode
Copy link
Owner

Good point! Speaking in general, the components provided by this library are intended as a jumping off point -- if you need to get fancy, feel free to use them as an example and create your own <td> / <tr> nodes. That being said, I think moving to an <ItemContainer>/<Item> combo sounds good; we could bump to v2 for that change.

@pwmckenna
Copy link
Contributor

Didn't see this until after submitting a pr, so I don't know if it aligns with what @arasmussen wanted. #21

@acomito
Copy link

acomito commented Oct 12, 2016

Yes! I have a situation where I need 2 columns as well.

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

No branches or pull requests

5 participants