I want to attach a tooltip to a disabled button. As far as I know that will only work if I use a wrapper for this particular button.
I found this:
https://datatables.net/reference/option/buttons.dom.container
This only allows me to set a container for all of my buttons, not for a single one.
https://datatables.net/reference/option/buttons.dom.container
This allows me to GET the container of all or an individual button. But it doesn't allow me to SET the container of an individual button.
How do I set the container for an individual button? Or is there another way to attach a tooltip to a disabled button?