David Mulder

Results 16 comments of David Mulder

Fixed, through code duplication and an ugly hack

Root cause: https://github.com/Polymer/polymer/issues/2563

@moderndeveloperllc: no, this has nothing to do with a generic filter option. Do feel free to open an issue, but it runs down to this: - in the card you...

Root cause: https://github.com/Polymer/polymer/issues/2563

Are you using the `paper-datatable` inside of another custom element or inside of a `dom-bind`? In the first case you need to define the value on the parent Polymer element...

So you have something along the lines of ``` Polymer( [...] cellCurrencyFormat: function(){ [...] } ); ``` ?

Hmm, that indeed looks the way I would expect it to look. And I understand correctly that ``` ``` didn't work?

That's so odd, once I have access to my development environment I will check and try figuring out what could be happening.

There isn't much value in opening an issue without including a description of what you mean with your title. I mean, I can start guessing and then if my guesses...

Isn't it enough to just use ``` {{value.lastname}} ``` or even ``` {{value.firstname}} {{value.lastname}} ``` . So far in my experience when the property is an `object` in the majority...