Ticket #6762 (closed defect: fixed)
Grid columns cannot be resized with view widths as percentages
| Reported by: | guest | Owned by: | nathan |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Grid | Version: | 1.1.0 |
| Severity: | normal | Keywords: | grid width resize handle percentage |
| Cc: | josh@… |
Description
I'm not sure if this has been posted before or if it is impossible but the ability to resize grid columns is only available when you give a column an absolute width, such as:
{name: 'Id', width: '100px', field: 'id'}
If you change that to a percentage:
{name: 'Id', width: '10%', field: 'id'}
Then when hovering over the column resize handles a circle with a bar appears to indicate resizing is not allowed.
Thanks!
Change History
Note: See
TracTickets for help on using
tickets.