About the style on extend collection button group
About the style on extend collection button group

Hello everyone,
Can anyone tell me, is it possible to adjust the button style on the "extend: collection"?
I already tried
"initComplete: function() {
var dropdownbtns = $('.dt-button');
console.log(dropdownbtns)
dropdownbtns.addClass('btn btn-primary');
dropdownbtns.removeClass('dt-button');
}"
but it does not work.
This discussion has been closed.
Answers
At the moment you can do it like this:
Example: https://live.datatables.net/boxujixi/1/edit .
I'm actually working on some changes at the moment which should make this easier in future.
Allan