Top "Celltable" questions

Cell tables and data grids are gwt ui components usually bound to domain objects/ pojos.

Gwt celltable invoke sort on a column

I have a Gwt celltable. Clicking on the headers sorts the columns properly. But on page load the columns are …

gwt sorting celltable
GWT Datagrid does not show data , but contains it

I'm trying to convert a cellTable into adatagrid, because I want to add a search handler later and therefor I …

gwt datagrid tabpanel celltable
GWT CellTable : Add / Delete a row in a CellTable

Is the GWT CellTable designed to only display records and update the existing ones. Can one add and delete a …

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
Handling onClick for a checkbox in a CellTable Header

I am trying to create a CellTable that has a column with some text and a checkbox, which will be …

gwt celltable