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](https://secure.gravatar.com/avatar/58b9c54d8ff2b50751f29e1db4c85c07/?default=https%3A%2F%2Fvanillicon.com%2F58b9c54d8ff2b50751f29e1db4c85c07_200.png&rating=g&size=120)
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