Home » Eclipse Projects » NatTable » Sort problem in TreeFormat
Sort problem in TreeFormat [message #1696299] |
Mon, 25 May 2015 06:44  |
Eclipse User |
|
|
|
We are try TreeGridExample.java for sorting the tree table.
When I change bar value (of "root") to 2, sorting for bar column is not working correctly. (bar value is same for "root" and "root2")
How can I fix it?
private void createDatums() {
// bar value ise same with root2
[b] createDatum(null, "root", 2);[/b]
createDatum("root", "A", 10);
createDatum("A", "A.1", 100);
createDatum("A", "A.2", 110);
createDatum("A", "A.3", 120);
createDatum("root", "B", 20);
createDatum("B", "B.1", 200);
createDatum("B", "B.2", 210);
createDatum("root", "C", 30);
createDatum("C", "C.1", 330);
createDatum("C", "C.2", 370);
createDatum("C", "C.3", 322);
createDatum("C", "C.4", 310);
createDatum("C", "C.5", 315);
// bar value ise same with root
[b] createDatum(null, "root2", 2);[/b]
createDatum("root2", "X", 70);
createDatum("X", "X.1", 700);
createDatum("X", "X.2", 710);
createDatum("X", "X.3", 720);
createDatum("root2", "Y", 80);
createDatum("Y", "Y.1", 800);
createDatum("Y", "Y.2", 810);
createDatum("root2", "Z", 90);
createDatum("Z", "Z.1", 900);
createDatum("Z", "Z.2", 910);
createDatum("Z", "Z.3", 920);
createDatum("Z", "Z.4", 930);
createDatum("Z", "Z.5", 940);
}
|
|
| | | | | | | | | | |
Re: Sort problem in TreeFormat [message #1699715 is a reply to message #1699650] |
Fri, 26 June 2015 02:50  |
Eclipse User |
|
|
|
First to clear things, I'm a consultant and typically I'm getting paid for my work. This is nothing private or personal thing, it is my job.
Second, when you say you will give up using NatTable if you don't get help, it sounds like a threat. Not a personal threat, maybe there is some missunderstanding. More like "if I don't get xxx I will yyy"
Third, you are right when saying this is a technical forum. And it is public. Therefore I won't answer a question on estimates and costs here. Please write me an email with an official request and I will create an official offer for you.
|
|
|
Goto Forum:
Current Time: Mon Jun 23 19:00:31 EDT 2025
Powered by FUDForum. Page generated in 0.05746 seconds
|