Sources of new Grid from Vaadin 7.2

Hello, I want to look at sources of Grid (Table replacement) that will be released with Vaadin 7.2. Where can I find them?

well, there are the sources from the nightly build

http://vaadin.com/download/nightly/7.2/7.2.0.grid-e3b1e6be389cbe48d1782723adf1595edbd10ea2-2/

I assume there’s a github repository for 7.2, but I haven’t found one… one day the Grid component will probably show up in the MASTER branch, i.e. here

https://github.com/vaadin/vaadin/tree/master/server/src/com/vaadin/ui/components

but it’s not there yet.

Thanks!

You can also browse the changes at
https://dev.vaadin.com/review/gitweb?p=vaadin.git;a=shortlog;h=refs%2Fheads%2Fgrid
. They will come to github when integrated to master.