diskostu
diskostu

Reputation: 301

GWT CellTable within TabLayoutPanel: no line wrap of data

I want to display several CellTables within a TabLayoutPanel. Each tab has a single wrapped CellTable as it's widget.

My problem is: if I have a table which has many columns, in my case 12, the content flows to the right of the panel, means that some content is not visible. This is not the case if I display the table without a TabLayoutPanel; in that case, there are automatic line breaks so that all columns fit on the screen.

Screenshots:
enter image description here
enter image description here
enter image description here

I do not want to specify absolute widths, neither for the table nor for the columns as I want the table to use 100% of the available screen width.

Upvotes: 1

Views: 152

Answers (0)

Related Questions