Hi,
I am using the DataColumnSpecFilterPanel
in my node dialog. I’d like to know whether there is any way to exclude all columns by default.
In my node model I am using the SettingsModelColumnFilter2
to reflect the settings.
Due to our abstract node model class, I already create an instance (with default settings) of it when creating the instance of the model.
But I cannot find the right methods to change the defaults in something like:
Enforce Inclusion, include list
Is it possible at all?
Best,
Antje