Editor is not loaded on bootstrap modal.
Editor is not loaded on bootstrap modal.
VidyaManjuantha
Posts: 12Questions: 5Answers: 0
I am new to datatables, I am trying to load datatables and editor on bootstrap modal for inlineCreate on the form.
My issue is table is loaded on the form but I am not able to see new button and not able to edit the rows of the datatable.
Answers
Hi,
Inline create doesn't use a modal. It looks more like this.
Perhaps you can link to your page showing the issue so I can take a look and understand what is going on?
Thanks,
Allan
Hi Allan,
https://editor.datatables.net/examples/inline-editing/fullRowCreate.html
I have referred the above link and tried this with the page its working without any issue. But when i try to implement the same on bootstrap modal,
editor is not working but table is loaded.
I am also getting this **Uncaught TypeError: config[V$f] is null ** console error.
Thanks,
As Allan asked please post a link to your page or a test case showing the issue so it can be debugged.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
You can start with this base Editor test case.
https://live.datatables.net/guwafemu/374/edit
Kevin