manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

Update showcase #69

Closed jouni closed 8 years ago

jouni commented 8 years ago
manolo commented 8 years ago

@jounik finally I did the long way of making vaadin-grid work with the gwt-api-generator.

In this way the demo code looks simpler since the WC api is less complex than using vaadin-widgets.jar and the demo was easier to write because I reused some material from vaadin-grid examples.

The demo shows more features than the set defined in this card, so we have:

I think it's more logic to use the grid as a web component in the showcase, because the audience expects that.

Live demo is at: http://manolo.github.io/gwt-polymer-elements/demo/#vaadin/VaadinGridSample

jouni commented 8 years ago

Oh, wow! That sounds great! I wasn’t expecting this to work so soon.

This is probably pending some patches in vaadin-grid, right?

manolo commented 8 years ago

Yes we need: https://github.com/vaadin/vaadin-grid/pull/239 https://github.com/vaadin/vaadin-elements/pull/21