I am using a theme that it's has it's own styling defined based on bootstrap 4.5.0
When I try to use datatables( the bootstrap 4 version ) the theme style breaks badlly.
The plugin uses this styling:
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.css"/>
If I don't add it (because I have the bootstrap theme style already reffered) then the table styling breaks. Not so baddly but enough to encourage me not to use the plugin's bootrstap version at all because the default one looks better.
Is there a way to make both work? I would really like to use the boostrap version of the plugin. Looks and feels much cooler.