Hello All.
Newbie here. Trying to create a Table which fills 100% of it's parent's width.
Here's my code:
...
var tbl_model = new qx.ui.table.model.Simple();
tbl_model.setColumns(['column1','column2']);
tbl_model.addRows([ [ ... ]] );
var tbl = new qx.ui.table.Table(tbl_model);
tbl.setHeight('
> I've been unable to locate in the Table implementation, a way to have a table
> with two columns, the first column having a fixed width, and the second column
> taking the *remainder* of the width of the table.Alternatively, if I could
> provide width percentages for columns, that would do as wel
Hi all (and especially Til),
I've been unable to locate in the Table implementation, a way to have a table
with two columns, the first column having a fixed width, and the second column
taking the *remainder* of the width of the table. Alternatively, if I could
provide width percentages for colum