Google Material Design theme for Datatables?
Google Material Design theme for Datatables?
dandv
Posts: 3Questions: 2Answers: 0
I've searched for a Material Design theme (like the one shown in the Polymer Paper Elements demo) but couldn't find anything here or on ThemeForest.
The closest was a Bootstrap theme. I've tried overlaying the Bootstrap Material Design Theme at http://jsbin.com/numaje/1/edit?html,output but that doesn't work, probably because the theme doesn't support tables yet :)
This discussion has been closed.
Answers
Are you basically looking for a DataTables theme that looks like it was styled by Material Design? There isn't one as far as I am aware yet, but I'm sure the CSS could be tweaked.
I did see the release of Material Design a little while back, but it didn't appear to have any table elements. Perhaps when they do I'll include a full integration for DataTables, as I do for Bootstrap, Foundation and jQuery UI at the moment.
Allan
Correct, I'm looking for the Paper Elements-like style, ideally with the ripple effect.
https://www.polymer-project.org/components/paper-elements/demo.html#paper-tabs
See also this newer discussion on the topic.
For anyone following this discussion, I've just committed an initial integration for DataTables to operate with MDL.
Allan