Link to test case: https://live.datatables.net/kumiwisi/3/edit
Hello all. I have set up a test case above. I am not sure why the edit feature isnt working but if you click New it brings up the editor form successfully. What I would like to do is put my checkboxes inline. Right now they are in the default stacked position. I tried to add:
$( editor.node( 'color' ) ).addClass( 'form-check form-check-inline' );
Which added the class successfully, however the result is not as expected. Notice the difference between 'favorite color' and 'favorite car company'.
Thoughts?