Dropdown Menu not displaying

Tags: #<Tag:0x00007efc64f5ccd0>

Hello,

We are using Handsontable PRO v1.3.2 and we’re encountering a problem with the Dropdown Menu (and the Filters additionally).

After enabling both dropdownMenu and filters plugin, the arrow icon appear near the header title but when we click on it the button it does not display the dropdown menu. I should add that the current behavior is to select the whole column.

I’ve tried to use with success another PRO plugin in case we did not integrate the library correctly but that does not seem to be the case.

What should we do to debug this abnormal behavior ?

Thanks and regards.

Hi @eric.gaspard
could you share a demo (for example in JSFiddle) where this issue can be replicable?

Here’s a basic filters-dropdown example http://jsfiddle.net/v4qqostz/ where I couldn’t reproduce the odd behavior.

Ok I found it.
We have been upgrading from the FREE version to the PRO version and for some reason the previous developer made a copy of the free version CSS that was still referenced in our pages. Hence incompatibility were appearing in selectors.

Removing the copy corrected the anomaly.

Thanks and regards.

Great that everything’s working fine.
Thanks for an update.