Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » SortableGridExample
SortableGridExample [message #1385606] Mon, 09 June 2014 21:32 Go to next message
lak kaz is currently offline lak kazFriend
Messages: 5
Registered: May 2013
Junior Member
I need to sort few columns in my table and I am trying to implement SortableGridExample in my application.
To do that, as per the example i am trying to use
"org.eclipse.nebula.widgets.nattable.test.fixture.data.RowDataFixture" , "org.eclipse.nebula.widgets.nattable.extension.builder.model.ColumnStyle;".......

But i am unable to find those jars to add it directly as external jars to my configuration.
Do i need to download the source or is there a place where i can get those jars?


Is there a way where i can add above jars like
org.eclipse.nebula.widgets.nattable.core_1.0.0.201305291732.jar

org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.0.0.201305291732.jar

org.eclipse.nebula.widgets.nattable.extension.poi_1.0.0.201305291732.jar

Thanks in Advance.



Re: SortableGridExample [message #1385607 is a reply to message #1385606] Mon, 09 June 2014 21:48 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
RowDataFixture is a test data implementation. You don't need that and should replace it with your data implementation.

The builder stuff is not released and not supported. IMHO it should be removed from the examples. If you want to stick to test and unsupported jars you need to checkout the sources and build them on your own.
Previous Topic:UI Bindings in NatTable
Next Topic:Auto resize columns by double clicking on column boundry is not working some time
Goto Forum:
  


Current Time: Thu Apr 25 14:48:57 GMT 2024

Powered by FUDForum. Page generated in 0.03101 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top