Sauli Tähkäpää
Sauli Tähkäpää
Can't see any workarounds – this function should probably be refined a bit to create `custom-style` elements only when `css` has Polymer css mixins or properties present.
Thanks for the detailed issue description! Looks like [`sizingTarget`](https://github.com/PolymerElements/iron-fit-behavior/blob/master/iron-fit-behavior.html#L71) doesn't have `notify: true` which in this case results in a situation where the angular2 component doesn't get notified that the...
Hi! Are you using the latest version? Also, please see #43
@jeswinjames24 is this still an issue for you with the `v1.0.0-beta5` and ng2 final? @niveo not sure if your problem is related with the original issue? If not, please file...
Food for thought, I had a user asking about paging for IDT (iron-data-table) so I cooked up this example: http://jsbin.com/kihusukoxu/edit?html,output (works in Chrome). So when we start applying this for...
Hi! What do you mean by disabling? Preventing selection/expanding when clicking? There isn't any configuration for that, but if you want to achieve that, you can manually add a `tap`...
What kind of API were you thinking of? How would the user define which rows to disable?
OK, the values of `selected` and `expanded` get toggled between `true` / `false` on user click actions, ... so how the `disabled` would be set to `true` ?
How about if `` would prevent any selection and row expanding from happening, and the user would then do: ``` js table.beforeRowBind = function(data, row) { row.disabled = data.foo ===...
@tinkerD any thoughts on this?