gwt-polymer-elements icon indicating copy to clipboard operation
gwt-polymer-elements copied to clipboard

vaadin-grid vs VaadinGridElement?

Open dmg46664 opened this issue 9 years ago • 3 comments

com.vaadin.polymer.vaadin.VaadinGridElement.java

appears quite different to the polymer grid from vaadin https://github.com/vaadin/vaadin-grid/blob/master/demo/index.html

I see the expected sub polymer elements on the latter, which is not the same for the demo for gwt-polymer-elements. Any history here?

dmg46664 avatar Apr 03 '17 23:04 dmg46664

We are about to release vaadin-grid 2.0 polymer element, which is an entire rewrite of the component. Both the declarative and imperative API change, so the gwt library need to be updated appropriately in it's moment

manolo avatar Apr 04 '17 07:04 manolo

@manolo Thank you for that. Is it possible to use this library in conjunction with the new grid code? Will the api-generator produced code be able to co-exist with the current grid implementation? That would be useful to know in order to be able to beta test the new API.

dmg46664 avatar Apr 07 '17 07:04 dmg46664

gwt-api will generate code to use it, but the api will change so we need to change the demos to adapt to the new grid api

manolo avatar Apr 10 '17 14:04 manolo