Daniel Nagy

Results 68 comments of Daniel Nagy

Can you be more specific by what you mean when you say right-to-left environment? Do you mean when you have a right aligned cell adjacent to a left aligned cell?...

Ah that makes more sense. I probably won't get to this right away. I want to take care of issue #18 first and I think I'm going to be making...

Hi, this should be fixed in `v0.10.0`. Make sure you read the change log when updating.

See if **v0.9.9** fixes this for you.

@FraGoTe `mdColumn` gets defined before `mdHead` as a consequence of concatenating all the files together but no one else has reported that as an issue. Also I have no idea...

@gligoran I would suggest a dialog to first confirm deleting all items :stuck_out_tongue_closed_eyes: Good point I don't think there is anything stoping the developer from clearing the selected items on...

In `v0.10.1` you can use `ng-disabled` on the `md-table-pagination` element to disable its components.

Hmm... this might be tricky. It looks like `ng-repeat` supports ordering by multiple properties with the following syntax, ``` html ``` My first thought is, how do you control multi-column...

> In my case i'm ordering server side - does this make a difference to you ? No, we just need to make sure it is compatible with `ng-repeat`. I...

@gligoran the three-state switch is an option, not an option that I am very fond of but it would work on mobile where as the key + click option would...