eclipse-nattable / nattable

High performance SWT data grid
https://eclipse.dev/nattable/
Eclipse Public License 2.0
11 stars 6 forks source link

[Filter] Add possibility to replace default configuration #49

Closed fipro78 closed 5 months ago

fipro78 commented 5 months ago

In almost all layers it is possible to avoid the usage of the default configuration. For this there are typically constructors with an additional parameter useDefaultConfiguration which is used to determine if the default configuration should be added or not. The FilterRowDataLayer does not provide this option. The reason is that it currently is created by either the FilterRowHeaderComposite or the ComboBoxFilterRowHeaderComposite.

A constructor fo the FilterRowDataLayer with the useDefaultParameter should be provided. The FilterRowHeaderComposite and the ComboBoxFilterRowHeaderComposite should have additional constructors to which a FilterRowDataLayer can be passed.