Create and Remove buttons not workgin.
Create and Remove buttons not workgin.
madjack
Posts: 8Questions: 4Answers: 0
Just codeded as example https://editor.datatables.net/examples/inline-editing/simple.html
But when i press New or Remove buttons - nothing happend.
What to do?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The example works, so you must have done something different. If you can't figure out the difference(s), you will have to post your code in here.
Code is very long. Many options and other. But how i can debug errors if nothing happens at all. No logs in console, no logs in net tab.
For debugging, you can put in log statements to follow the flow of the code. As I said though in your other thread on this subject, there really isn't much to go on here. We're happy to take a look if you could link to a test case showing the problem.
Cheers,
Colin
One different - is that i call DataTables JS code inside VueJS app mounted() function. Is that usable for any suggestions?