Hello,
I am currently having trouble using the bsPopover function with the structure of the tabsetPanel/tabPanel.
In my app, I would like to make a popover appear when the user hovers over the columns names of a datatable from DT package. It's working fine in a simple tab, but when I use several tabPanel, the popover does not show. Here is my code :
Hello, I am currently having trouble using the bsPopover function with the structure of the tabsetPanel/tabPanel. In my app, I would like to make a popover appear when the user hovers over the columns names of a datatable from DT package. It's working fine in a simple tab, but when I use several tabPanel, the popover does not show. Here is my code :
This code is not working. Here is the exact same code without the tabPanel structure :
With this code, the popover shows. Am I doing something wrong ? Thank you very much,