-
Notifications
You must be signed in to change notification settings - Fork 754
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
Add material design theme #1242
Comments
Hi @Kostronor! It looks like it would be very similar to the Bootstrap theme. The developer would add the classes needed to add borders, stripes and/or highlights. The theme is only necessary to add sort arrows. To make a table responsive, the developer could use the reflow widget instead of adding the "responsive-table" class. I'll see what I can do when I have some time this weekend, unless you beat me to it. 😉 |
Hey @Mottie Tried altering the bootstrap theme a bit to get it to work but I did not succeed. It seems that bootstrap enforces fixed widths of columns and I did not found where to remove that. I will wait for you to implement something that is not a hack 😉 and until then I will use the default theme with materialize classes. Looking forward! 😄 |
I am using the Bootstrap theme and I have no problem with resizable widths in combination with the Resizable widget (where I set the Besides, if you look at the dynamic CSS at https://getbootstrap.com/css/#tables you will see that the widths aren't fixed per-se. |
Here is a demo of what I have so far; let me know if it can be improved/modified to work better. The issues I've encountered:
|
Here is the latest demo which includes the |
That looks really nice. Can't wait for the release! Thanks for the fix. |
I would like to propose the addition of a material design theme.
A good library for this is http://materializecss.com/table.html
I can help implement this but it would really be helpful if you would hint me to where to look and add things.
Thanks in advance!
The text was updated successfully, but these errors were encountered: