Hi,
I am using a multiComboFilter in a datatable. I need to show a tooltip for the values of this combo. However, the only tooltip I can set in a datatable is related to the cells values.
How can I set a tooltip for multiComboFilter?
Thanks!
Hi,
I am using a multiComboFilter in a datatable. I need to show a tooltip for the values of this combo. However, the only tooltip I can set in a datatable is related to the cells values.
How can I set a tooltip for multiComboFilter?
Thanks!
Suggest-based datatable filters have the inputConfig
property. Using it, you can set the tooltip for the filter as well as for the ui.multicombo:
Thanks, it works