Is there any way we can change the class of built-in button?

Is there any way we can change the class of built-in button?

sharonsharon Posts: 3Questions: 2Answers: 0

I notice the buttons use a class called 'dt-button'. I would like to use bootstrap 'button' class instead of 'dt-button', so I set className to be 'button' in button options.
Unfortunately, 'button' is overridden by 'dt-button' because 'dt-button' is more selective (div.dt-button etc.). Is there any way I can remove 'dt-button' class or override 'dt-button' without changing css?

Thank you!

Answers

This discussion has been closed.