Feature #963
server-side control of width of columns of WTableView
| Status: | New | Start date: | 08/19/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - |
Description
See also http://redmine.emweb.be/boards/2/topics/2659
I think we're looking for a functionality similar to a Java layout manager, JGoodies Forms, see also http://www.jgoodies.com/freeware/forms/ , in as far as possible to implement in a browser.
JGoodies Forms allows you to specify column widths in several forms, absolute or relative to each other. For (a simple) example, you could have three columns, one with a fixed width, and two others that divide the remaining space between them in the ratio 2 to 3.