dropdown does not work in table code example
Example: button dropdown not working on datatable search
//initialize dropdown on table draw
drawCallback: function () {
$('.dropdown-toggle').dropdown();
}
//initialize dropdown on table draw
drawCallback: function () {
$('.dropdown-toggle').dropdown();
}