DataTables Editor modal popup for record creation
DataTables Editor modal popup for record creation
paulsc70
Posts: 6Questions: 3Answers: 1
I'm trying to setup the Editor and noticed when I click the new button the form to create is rendered to the page and not in a modal popup. I'm using the latest versions of datatables and the editor, along with bootstrap 3. I wondering if I'm missing some additional files or if it could be related to bootstrap 3?
thanks,
Paul
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You're probably missing a CSS file. Try editor.dataTables.min.css.
Great thanks that did it. Didn't realize I was missing additional css files