Create and Remove buttons not workgin.

Create and Remove buttons not workgin.

madjackmadjack 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

Answers

  • tangerinetangerine Posts: 3,348Questions: 36Answers: 394

    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.

  • madjackmadjack Posts: 8Questions: 4Answers: 0

    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.

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    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

  • madjackmadjack Posts: 8Questions: 4Answers: 0

    One different - is that i call DataTables JS code inside VueJS app mounted() function. Is that usable for any suggestions?

This discussion has been closed.