Istvan Fodor

Results 65 comments of Istvan Fodor

@jpca999 thanks for the answer. Now I'm working on a different feature, there are many feature requests, this is one amongs them. The problem with it is that I don't...

Wow I like your suggestion. Let's see how fast I can implement this. Thanks again!

@IsNull there is no callback feature like that. Not yet, but if you need it I can easily build that in. So you'd need all the data passed to the...

Hi @faheemhameed , thanks for your question. It is not possible at the moment, but what you can do is to have your own content for your cells. Everything inside...

will not work neither. `mdt-column` is just collecting data, then it's a separate step when the table get's generetad with table, td, th, tr elements. But you can set anytime...

You can, by customizing every column and checking the id of the row (or doing the check based on your logic) Can you tell me how do you want to...

check out this attribute in the docs: `table-row-class-name` With this you can have different class names for your row, so you can have a custom style for each.

No, the concept is not there yet for clearing the selected rows. But good idea, I'll think about it because it's definitely something which would be convenient to use..

@netanelwebzi did that solve your problem?

@laurentperroteau I'm not why this issue is happening, but here is a simple solution: http://codepen.io/iamisti/pen/PGxwAV Basically wrapping the material button directive into your own directive. **wrapping the directive** ``` javascript...