Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Hide and Show All Columns(Need to hide one of the column permanantly so that even after the Show All Columns, it should not be visible.)
icon5.gif  Hide and Show All Columns [message #1692516] Thu, 16 April 2015 10:30 Go to next message
Pavan Dhande is currently offline Pavan DhandeFriend
Messages: 5
Registered: September 2014
Junior Member
I am hiding one of the column say 5'th column using columnHideShowLayer.hideColumnPositions(columnPositions);

I also have "Hide Column" and "Show All Columns" popup menus. When I perform "Show All Column", nattable shows all the columns including 5'th column also.

Is there any way to hide the 5'th column permanantly so that even after performing "Show All Columns", it should be hidden?
Re: Hide and Show All Columns [message #1692557 is a reply to message #1692516] Thu, 16 April 2015 13:12 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Not directly, but you could register an ILayerListener for the ShowColumnPositionsEvent to the ColumnHideShowLayer that ensures your fixed hidden column never gets visible.
Previous Topic:Nabula NetTable Validation message show other ParkStack(Part ) using eclipse 4
Next Topic:Cannot print nattable to the correct size
Goto Forum:
  


Current Time: Fri Apr 19 04:38:25 GMT 2024

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

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

Back to the top