Editor is not loaded on bootstrap modal.
Editor is not loaded on bootstrap modal.
![VidyaManjuantha](https://secure.gravatar.com/avatar/68299c23362bf5304237e599d9525d34/?default=https%3A%2F%2Fvanillicon.com%2F68299c23362bf5304237e599d9525d34_200.png&rating=g&size=120)
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.
This discussion has been closed.
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,
![](https://datatables.net/forums/uploads/editor/tv/91etds3z5u6j.png)
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