[qooxdoo-devel] Table Column Widths

2007-07-06 Thread Praveen Ray
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('

Re: [qooxdoo-devel] Table column widths - flex last column

2006-10-12 Thread Til Schneider
> 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

[qooxdoo-devel] Table column widths - flex last column

2006-10-11 Thread Derrell . Lipman
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