Removing the dropdown button for choosing filter configuration

Hello everyone,

I would like to know if it is possible to remove the dropdown button in the generic filter that allows an user to select the filter configuration that he wants to use
For exemple in the following screen I would only like to have the “Rafraichir” part of the button and not the dropdown with the “” and “filter*”.
Capture d’écran 2024-10-23 à 08.51.08

Best,
Thomas

Hello!

Alternatively, you can extend the component and replace theComboButton with a JmixButton with the same functionality.

See attached project:
hide-dropdown.zip (104.4 KB)

Best regards,
Dmitriy

It works perfectly fine.
Thank you!