Can you please help me i have Bootstrap`s dropdown button to end of Datatable but when i clicked on it it is not working menu is not shown
<div class="btn-group dropdown">
<button class="btn btn-default dropdown-toggle" aria-haspopup="true" aria-expanded="false">Action <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="">Edit</a></li>
<li><a href="">Delete</a></li>
<li class="divider"></li>
<li><a href="">Separated link</a></li>
</ul>
</div>
I added
$('body .dropdown-toggle').dropdown();
And works for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With