Hello,
I need to display a "windows-8-like" tile menu, qith tiles with different sizes, column and row span... potentially dragable (but not required yet). Is there a way to do this with SmartGWT?
I got the showCase custom sample and tried to customize it. For instance, I tried to add a dataArrivedHandler and to set each tile size independantly depending on its record. But every try fails, every tiles always have the same size and there is no tile span.
I need some help to find the right way to render this.
I need to display a "windows-8-like" tile menu, qith tiles with different sizes, column and row span... potentially dragable (but not required yet). Is there a way to do this with SmartGWT?
I got the showCase custom sample and tried to customize it. For instance, I tried to add a dataArrivedHandler and to set each tile size independantly depending on its record. But every try fails, every tiles always have the same size and there is no tile span.
I need some help to find the right way to render this.
Comment