Top "Flextable" questions

A flexible table that creates cells on demand.

GWT: Creating a scrollable FlexTable in a full-screen TabPanel

I'd like to create a TabPanel that occupies the entire browser client area, and inside that put a FlexTable that …

gwt layout tabpanel flextable
How to setup flextable with uiBinder for GWT 2.4

I'm trying to setup a flextable with uiBinder. I'm using GWT 2.4 and I know how to do a flextable, but …

gwt uibinder flextable
How can I add rows to a Google Web Toolkit flextable in the UiBinder?

Where can I find a UiBinder template for the FlexTable? I am using Google Web Toolkit (GWT).

gwt flextable
GWT. How to change flex table's column width?

I can't change width of first column with CheckBoxes in my FlexTable. I tried to use filterGrid.getColumnFormatter().setWidth(0, "15px"); …

gwt width flextable