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

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.
This discussion has been closed.
Answers
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