GWT equivalent of Smart-GWT's Live Grid
Asked Answered
M

2

6

Is there a GWT equivalent for SmartGWT's Live Grid with the Async loading of scrolled data?

Mccurdy answered 30/4, 2012 at 15:5 Comment(0)
C
6

Currently there's no sufficient equivalent for rich grids in GWT, let alone Ajax driven grid widgets.

One appropriate alternative would be GXT's live grid, but that's just going out of the frying pan into the fire, since you'd have to work with GXT instead of SmartGWT.

GWT was not meant to be used as a widget library, providing a vast selection of UI widgets, but merely supply a firm infrastructure for Java programmers to easily develop rich Ajax web applications. It can (and should) be extended with supplementary widget libraries to compensate for its lack thereof.

Cambist answered 30/4, 2012 at 18:50 Comment(0)
A
1

You can use cell table, data Grid . hear is the showcase which has simple cell List example which is same as your requirement so you can apply same logic for cell table and you can create Live grid in GWT. hear is the link for cell List Cell list Example GWT

Arizona answered 30/4, 2012 at 18:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.