DataTables/DataTablesSrc

Dropdown header buttons (like colvis and pageLength) with Bulma doesn't show the selected value(s) correctly

AkosLukacs opened this issue · 2 comments

A picture or two is worth 1000 words in this case. Go to the official samples https://datatables.net/extensions/buttons/examples/column_visibility/simple.html or https://datatables.net/extensions/buttons/examples/initialisation/pageLength.html and select Bulma as CSS styling framework.
There is only a ✔️in the center of the dropdown, regardless of selected value of values.

Bulma:
image image

Bootstrap 5:
image image

Selection does work, but doesn't show the selected value correctly.

Should have been fixed with this commit. It isn't in a Buttons release yet, but I'll tag that up tomorrow.

Cool, haven't checked that repo for a fix. Thank you!