I have a tree table. I don't use glazed lists. I implemented my own 
IDataProvider/ITreeRowModel class. My problem is that copy/pasting from my tree 
also copies hidden rows. For example. Let's say my tree looks like:

+A
 B
 C
+D
 E
 F

And I collapse it to

-A
-D

There are three different copy/paste behaviors:

1) If I "select all" and paste into Excel, I get A, B, C, D, E, F.

2) If I select by clicking on A and dragging to D and paste into Excel, I get 
A, B, C, and D (but not E and F). Even though B and C are not visible.

3) If I select A and then add to the selection by selecting D, I just get A and 
D.

The second one is my problem. In my opinion, I should only get visible data 
when I copy/paste. But is this considered a bug or a feature? And is there any 
work around to make nattable only copy/paste visible data? Thanks!

To participate in the discussion, go here: 
https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________
nebula-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev

Reply via email to