-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Customizable sort icon component #478
Comments
Right, but materialize also requires the content in that i tag in order to determine the icon to use. |
got it, now I understand.. I've never heard of anything like that, but I understand how it works. In the meantime you can define your own column component that gets called here. I'm not sure if we would want to yet another property for icons or maybe make the icon component customizable all together. @buschtoens any thoughts? |
Count me in. 😄
I'm on the same page. We should rather add an Absolutely in favor! 👍 |
PR Created: #489 |
It would be nice if there were some properties we can pass into the content of this element here:
https://github.com/offirgolan/ember-light-table/blob/master/addon/templates/components/columns/base.hbs#L6
Materialize expects the element to be defined like this:
<i class="material-icons">add</i>
http://materializecss.com/icons.html
The text was updated successfully, but these errors were encountered: