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

colspan #236

Closed
chadrien opened this issue Sep 21, 2016 · 4 comments
Closed

colspan #236

chadrien opened this issue Sep 21, 2016 · 4 comments

Comments

@chadrien
Copy link

chadrien commented Sep 21, 2016

First, thanks for this awesome project! 😺

I have a question regarding tables: how can I apply a colspan to a td element?

@aforemny
Copy link
Collaborator

aforemny commented Oct 1, 2016

Are you talking about the Material.Table.td element? Does the following work?

Material.Table.td [ Material.Options.Internal.attribute (Html.Attributes.colspan 2) ] []

@chadrien
Copy link
Author

chadrien commented Oct 3, 2016

Yeah I tried that already, and it could work, but not without a ugly hack which is editing the elm-package.json from elm-mdl as Material.Options.Internal is not in the exposed-modules list.

@vipentti
Copy link
Collaborator

vipentti commented Oct 3, 2016

This should be resolved in the next MINOR / MAJOR version with #213

@chadrien
Copy link
Author

chadrien commented Oct 3, 2016

👍

Will wait for update then :)

@chadrien chadrien closed this as completed Oct 3, 2016
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

3 participants