#9854 closed enhancement (fixed)
GridContainer should support variable column widths
Reported by: | Shane O'Sullivan | Owned by: | Shane O'Sullivan |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dojox.layout.GridContainer? currently sets the widths of all columns to be the same percentage. It should be possible for the user to override this sizing for one or all columns.
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.
(In [20266]) Refs #9854 Adds the colWidths attribute to the dojox.layout.GridContainer?, which enables the setting the percentage widths of columns, rather than all columns having a uniform width.