Eddie Appell
Eddie Appell
Thanks for the quick response James - I'll look for that release.
Thanks, I tried that but the tooltip just shows for a split second then disappears. Not really any better than before.
Yes, here's the code I use to attach the ZC and the tooltip: ``` javascript var copyClient = new ZeroClipboard($("#btnCopy")); copyClient.on('mouseover', function () { $("#btnCopy").tooltip({ trigger: 'manual' }).tooltip('show'); }); ```
Just tried that and I get the same result.
This does work for me if the target is a single container with just text inside. In other words, if I do this on a div with just text that...
Yes, when I said 'this _does_ work for me', I meant the method you described using the container configuration. That works, as long as the target is a single container...
Thanks James! I'm sorry, I've been buried in another project and haven't had time to get back into this and test it out. I will try to get to it...
Thank you, I added that to my table definition, and in the pager at the bottom of the table, it says 10 for the limit, but it's still showing 1000...
Looks like this is not a priority for the developer... :-(
I just want to second this request. I've tried many data tables for Angular, and this is the only that I was able to get working without issues. Unfortunately I...