Ticket #2531705 (assigned enhancement)
Reporter Todd Smith |
Opened: 01/30/12 Last modified: 03/25/13 Status: assigned Type: enhancement |
Owner Anthony Pipkin |
Target Release: BACKLOG Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Scrollable "syncColumnWidth" custom event | ||
| Description: | The new scrollable capability uses the concept of an additional TABLE / THEAD in addition to the Data TBODY, where a "sync" function syncs the THEAD and TBODY column widths (... in new _syncScrollUI Is there any chance of firing a custom event like "syncColumnWidths" so that grouping functions, resize, etc... could be signaled when the sync calculations are completed to do their follow-on syncing |
||
| Type: | enhancement | Observed in Version: | 3.5.0pr1 |
| Component: | DataTable | Severity: | S3 (normal) |
| Assigned To: | Anthony Pipkin | Target Release: | BACKLOG |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | scrollable, sync | Relates To: | |
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 01/30/12
|
|
Posted: 01/30/12
|
|
Posted: 01/31/12
Can't commit to this for pr3, but I'll try to get it in just the same. |
|
Posted: 03/5/12
Didn't make it. There's always Y.Do.after(function () { this.fire('syncScrollHeaders'); }, this, '_syncScrollColumnWidths') for the time being. |
|
Posted: 03/19/12
|
|
Posted: 04/5/12
|
|
Posted: 07/24/12
Moving from 3.6.0 backlog to 3.NEXT. |
|
Posted: 09/19/12
Moving from 3.NEXT to BACKLOG. |
|
Posted: 03/25/13
|
Totally