I'm building an admin site for a customer with a lot of data, naturally I'm using datatables since it does exactly what I need.
However, since the site uses the Material Design framework from https://mdbootstrap.com/ I've run into a very annoying bug.
When I activate the "lengthChange": true (or just make a basic initialisation) I only get the text, not the select.
It's visible in the source, but not on the page, just the label text.
I've narrowed it down to a conflict with how select elements are handled in mdbootstrap css. If I remove the mdbootstrap css, all table controls works just fine, except that the whole site falls apart
First I'm wondering if anyone else has gotten the same issue, and if so, did you solve it?
If not, I've tried to add my own custom select with the same names/id's wrappers as the generated one, it shows up just fine, but then the table does not pick up the changes.
Appreciate any help/tips.