Skip to main content



      Home
Home » Eclipse Projects » NatTable » NatTable clear configuration(How to clear configuration)
NatTable clear configuration [message #1723532] Tue, 16 February 2016 07:38 Go to next message
Eclipse UserFriend
Hi

is there any way how to clear configuration in NatTable?

Currently everytime TYPE of our input data changes, NatTable.addConfiguration(new MasterConfiguration()) is called in our code. But this leads to the problems with filters.
Everytime there is TYPE of input data changed, new configuration is registered, instead of replaced. And it means that for N changes there is N configurations registered.

It would be helpful if there is clearConfigurations() method.
Re: NatTable clear configuration [message #1723603 is a reply to message #1723532] Tue, 16 February 2016 12:57 Go to previous message
Eclipse UserFriend
addConfiguration() is only intended to be called for initialization and useless at runtime. If it works for you, you are calling configure() at runtime which is also wrong.

Operate on the configuration objects if you need to modify the configuration at runtime
Previous Topic:How to create auto suggestive Combobox
Next Topic:Having issue with Mapping Child-Parent in Tree
Goto Forum:
  


Current Time: Mon Jun 23 09:34:58 EDT 2025

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

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

Back to the top