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 option to filter the content in a filterrow combobox #57

Closed fipro78 closed 4 months ago

fipro78 commented 5 months ago

The FilterRowComboBoxDataProvider by default collects all values for a column to provide a combobox with all distinct values, so a user can filter by selecting/unselecting the values to filter. Currently a developer does not have an option to affect if some values should not be included. This might make sense in cases where a ComboBoxGlazedListsWithExcludeFilterStrategy is configured and there are values that can not be filtered. In such cases those values should also not be included in the combobox.

fipro78 commented 4 months ago

Implemented and verified by user project