Checkbox disapears when using version 3.1.1+ of select with bootstrap5
Checkbox disapears when using version 3.1.1+ of select with bootstrap5
Upgraded select from 3.1.0 to 3.1.3 using bootstrap5 and
columnDefs: [
{
targets: 0,
className: 'select-checkbox'
}
],
stopped working.
It seems that it happened in version 3.1.1.
Checkbox works with DataTables styling.
Test case:
https://live.datatables.net/moyefodo/1/edit
KR,
Björn H
This question has an accepted answers - jump to answer

Answers
Hi,
You are right - it looks like the legacy CSS checkboxes aren't rendering correctly with the latest Select versions. The legacy example shows that as well with Bootstrap 5 selected.
I'll comment back shortly when I have a fix.
In general I would recommend using the newer checkbox renderer if that is an option for you.
Allan
The good news is that it works in DataTables 3 and Select 4 beta.
For the moment, include the following CSS on your page:
Example.
Allan
We'll change to the new one
Thanks