Bootstrap 4 Toggle switch is no working or rendering correctly in responsive

Bootstrap 4 Toggle switch is no working or rendering correctly in responsive

KingneticKingnetic Posts: 1Questions: 1Answers: 0

Link to test case: https://live.datatables.net/nadeyaxe/1/edit
Debugger code (debug.datatables.net): NA
Error messages shown: NA
Description of problem: Bootstrap4 Toggle-Switch is not working or rendering in responsive when the browser is resized.

Answers

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    You've got one cell controlling two things. That's not going to work (Bootstrap 4 or otherwise). I'd suggest you split the Responsive control out into its own column, like in this example.

    Allan

Sign In or Register to comment.