Top "Gwt-celltable" questions

A GWT cell table (data presentation table) provides high-performance rendering of large data sets in a tabular view.

How can I put a widget in a CellTable Cell?

I am using CellTable to show my records but now the thing is I want show a select box when …

gwt gwt-celltable
Defining GWT CellTables with UiBinder

If I define my CellTable in MyView.ui.xml UiBinder file like this: <ui:UiBinder xmlns:ui='urn:ui:…

gwt uibinder celltable gwt-celltable
How can I get the selected row in a GWT CellTable when the keys up and down are used?

I want to get the selected row in a GWT CellTable when the user pressed down the keys up or …

events gwt keydown keyup gwt-celltable
Set default sort order for initial header click on gwt cell table

I have a GWT CellTable with sortable columns very similar to the developer's guide example (http://code.google.com/webtoolkit/…

gwt gwt-celltable