Incorrect button group render extending colvis bs4
Incorrect button group render extending colvis bs4
rho
Posts: 4Questions: 0Answers: 0
Using bootstrap4 with
- Buttons 'b-1.5.1'
- Column visibility 'b-colvis-1.5.1'
shows incorrect button group rendering.
Its also fixed if dropdown toggle icon is removed like in bs3
This discussion has been closed.
Replies
See this discussion - its a limitation in Bootstrap - they say:
So you need to move it to the end of the list.
I don't know why they've got that limitation.
Allan
thanks allen, currently removed .dropdown-toggle the after table creating
$('button.buttons-colvis').removeClass('dropdown-toggle')
now looks similar like using bootstrap3