| Summary: | tableviewer features request | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | David Song <micromms> | ||||
| Component: | JFace | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED WONTFIX | QA Contact: | |||||
| Severity: | enhancement | ||||||
| Priority: | P3 | CC: | tbuschto | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
David Song
*** Bug 373645 has been marked as a duplicate of this bug. *** At least to me its not completely clear how these features should looke like/behave. Could you go into more detail, give examples? Created attachment 212343 [details]
request tableviewer with header colspan, fixed column, fixed row as footer
request tableviewer with header colspan, fixed column, fixed row as footer
Okay, fixed columns were already planned and will be part of M6. The colspan could be somewhat problematic because of the way vertical gridlines are rendered. In any case its too late for 1.5. As for the fixed row as footer, the only way i could see this working would be as an overlay (e.g. labels) for table. I think that should already be possible, cell-editors do it too. It might however be complicated due to horizontal scrolling. If you find a way to make this work in SWT, it should work in RAP too. thanks Tim, 1. Good news for fixed-column feature with M6. 2. Will you add colspan feature in the future version release, i.e. ver 1.6? 3. I tried many ways, like add labels, another table below the main table and a data item into dataprovider and sign the item to the footer to display below, but not satisfied。would you please give some snipple code? Thanks you again. > 2. Will you add colspan feature in the future version release, i.e. ver 1.6? We might consider it when planning for the next version, but it depends on many factors, like the possible effort-to-benefit ratio for RAP. > 3. I tried many ways, like add labels, another table below the main table and a > data item into dataprovider and sign the item to the footer to display below, > but not satisfied。would you please give some snipple code? Sorry, bugzilla is not the right place to give general support. For starters, you could ask on the RAP newsgroup for help. Footer is now supported by the client, but there is no java api (yet). It is used by the nebula grid implementation in the incubator. Most of these features are implemented in Nebula Grid RAP port - see http://www.eclipse.org/rap/incubator/. That's why I will close it as WONTFIX. |