Bootstrap, Editor, and CheckBox

Bootstrap, Editor, and CheckBox

lowrymellowrymel Posts: 20Questions: 4Answers: 0
edited May 2013 in Editor
Hi All,

Using Editor 1.2.3 and Data Tables 1.9.4

I am using the JOIN logic at http://editor.datatables.net/release/DataTables/extras/Editor/examples/join.html
and having great results. The data driven checkboxes are particularly interesting and easy to use. However there seems to be an issue when Bootstrap styling is applied. They are displayed in stacked input format rather than inline.

I imagine this is a fairly simply CSS override but have not been able to find anything in the blog or elsewhere.

Any assistance is greatly appreciated.

Thanks!

Mike

Replies

  • allanallan Posts: 61,669Questions: 1Answers: 10,096 Site admin
    I suspect it probably is as well. Have you tried adding `input { display: inline-block }` or something like that to the CSS? If you could give us a link to the page I can have a look at see what is setting the styles.

    Allan
This discussion has been closed.