Bootstrap 4 Toggle switch is no working or rendering correctly in responsive
Bootstrap 4 Toggle switch is no working or rendering correctly in responsive
Kingnetic
Posts: 2Questions: 2Answers: 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
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