Ticket #2529846 (closed defect)
Reporter Jeff Pihach |
Opened: 01/19/11 Last modified: 04/17/12 Status: closed Type: defect Resolution: fixed |
Owner Luke Smith |
Target Release: 3.5.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Unable to set DataTable width | ||
| Description: | When instantiating a new DataTable the width property is only applied to the bounding box not to the table itself. |
||
| Type: | defect | Observed in Version: | 3.3.0 |
| Component: | DataTable | Severity: | S3 (normal) |
| Assigned To: | Luke Smith | Target Release: | 3.5.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | datatable | Relates To: | |
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | YUI().use('datatable', function(Y) { var cols = ["Date","Credits","Amount", "Note", "Reference Id"], var table = new Y.DataTable.Base({ table.render("div"); table.get('boundingBox').one('table').setStyle('width', '600px'); //Workaround - comment out to see bug. |
||
Change History
|
Posted: 01/19/11
|
|
Posted: 02/18/11
|
|
Posted: 03/3/11
|
|
Posted: 06/24/11
|
|
Posted: 11/9/11
|
|
Posted: 12/14/11
This will probably go into sprint 3, but I might pull it into sprint 2 if I'm miraculously productive. |
|
Posted: 01/26/12
|
|
Posted: 01/26/12
|
|
Posted: 04/17/12
Closing out bugs checked in to 3.5.0. |
Table width assignment has always come with gotchas, but I'll have a look at propagating the value from the boundingBox to the table.