Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » How to find filter applied columns(Find filter applied column)
How to find filter applied columns [message #1729151] Mon, 11 April 2016 14:31 Go to next message
Shashi Mising name is currently offline Shashi Mising nameFriend
Messages: 47
Registered: August 2011
Member
Hi,

I want to get the filter applied column names of the table dynamically, that means when user apply a filter for some columns in the table, i need to get the details of those columns for which user applied the filter.

Could anyone suggest how to do this?

Thanks & Regards
Shashi

[Updated on: Tue, 12 April 2016 00:04]

Report message to a moderator

Re: How to find filter applied columns [message #1729329 is a reply to message #1729151] Wed, 13 April 2016 06:47 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Inspect the FilterRowDataProvider
Re: How to find filter applied columns [message #1729428 is a reply to message #1729329] Thu, 14 April 2016 06:20 Go to previous messageGo to next message
Shashi Mising name is currently offline Shashi Mising nameFriend
Messages: 47
Registered: August 2011
Member
Thank you dirk, I tried with this and I am able to get the column names based on its indexes. but if I hide some columns and tried to get the name of the column by its index , I am getting the wrong column name.

So how to get the right name of the column by its index, when some of the columns are hidden.

Thank you

Regards
Shashi
Re: How to find filter applied columns [message #1729434 is a reply to message #1729428] Thu, 14 April 2016 07:19 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Sounds like you are not aware of the index-position transformation. You need to perform such a transformation to get the index from the position. There should be plenty of posts regarding that in this forum.
Previous Topic:[Resolved] Empty vertical Scrollbar is shown.
Next Topic:How to make Case-Sensitive Filter
Goto Forum:
  


Current Time: Fri Apr 26 14:16:46 GMT 2024

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

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

Back to the top