Ticket #2531900 (closed enhancement)
Reporter Luke Smith |
Opened: 03/15/12 Last modified: 08/1/12 Status: closed Type: enhancement Resolution: fixed |
Owner Luke Smith |
Target Release: 3.6.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Default columns from the data ModelList's model if set | ||
| Description: | _initColumns currently only looks for recordType being set. recordType defaults from the data ModelList if its model is set, but *after* _initColumns. If columns could default from the data
|
||
| Type: | enhancement | Observed in Version: | 3.5.0pr2 |
| Component: | DataTable | Severity: | S3 (normal) |
| Assigned To: | Luke Smith | Target Release: | 3.6.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 04/5/12
|
|
Posted: 05/8/12
|
|
Posted: 05/8/12
|
|
Posted: 05/10/12
|
|
Posted: 05/10/12
Restructure instantiation logic. Fixes #2531900 recordType no longer defaults, but is a pass thru attribute to assign This should reduce the code size as well, but there are other |
|
Posted: 08/1/12
Shipped in 3.6.0. Marking closed/fixed. |
There is an opportunity here to clean up the instantiation and attribute defaulting logic.