Hello there i have a problem using inline editor with DataTables.
Hello there i have a problem using inline editor with DataTables.
ameer_nasir
Posts: 7Questions: 2Answers: 0
Whenever i clicked on the buttons above it gives me following error.
"Uncaught TypeError: this[t0Q] is not a function"
This discussion has been closed.
Answers
Hi @ameer_nasir ,
Is the trial version still in date, or have you bought a license?
There really isn't much to go on there,. We're happy to take a look if you could link to a running test case showing the issue we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
@colin yes the trial version is still in date
unfortunately the app is not live as i'm using codeigniter mvc framework so it's not possible for me to send you the live version but i can show you the screenshots
Everything else is working perfectly except the top three "new", "edit" and "delete" buttons whenever i click on any one of them it gave me the error i posted in my question
Can you show me your Javascript initialisation for the DataTable and Editor please? Could you also use the debugger to give me a trace please - click the Upload button and then let me know what the debug code is?
Thanks,
Allan
Yes @Alan here is my JavaScript initialization for DataTables and Editor:
@Alan I'm getting this error in this file
whenever i click on any of above three buttons
Try moving the
var editor
inside your document ready function. I'm not certain that will be the issue without being able to see the page, but I'm wondering if you are using that variable somewhere else as well and it is causing a conflict.Thanks,
Allan