Editor-window width und cancel-button
Editor-window width und cancel-button
Harald Lauer
Posts: 2Questions: 1Answers: 0
in Editor
Hello,
I work with datatables 1.10.19, editor 1.9.0. and bootstrap 4.0.
if I embed editor.bootstrap4.js / editor.bootstrap4.css, the cancel-button in the upper right corner of the editor-window ("x") will not work anymore. In addition, the editor-window has suddenly narrowed.
Is there a possibility to adjust the width of the editor-window and is there a solution for activating the cancel-function of the editor-window?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Looks like both work here:
https://editor.datatables.net/examples/styling/bootstrap4.html
Possibly a CSS issue in your environment. Please post a link to your page or a test case replicating the issue. This will allow us to see the issue and offer suggestions.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Thanks for the quick reaction - I found the mistake - he was in the CSS definition -
I loaded both editor.dataTables.min.css and editor.bootstrap4.min.css.
Now i load only editor.bootstrap4.min.css and it works fine.
Thank you