Datatable add/edit/delete error handle

Datatable add/edit/delete error handle

THEJASVITHEJASVI Posts: 31Questions: 9Answers: 0
edited June 2018 in Free community support


when i mgoing edit table i get this error. instade of error msg i want direct other page how can i do.(when i m geting this error i want redirect other page instade of displying erroe in datatables )

This question has an accepted answers - jump to answer

Answers

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

    Hi @THEJASVI ,

    There really isn't enough to go on here, I'm afraid. We're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so 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

  • THEJASVITHEJASVI Posts: 31Questions: 9Answers: 0

    hi @colin

    i got answer (url: "/fgf/",
    error: function (errorThrown) {
    window.location='/500'
    },
    )
    using this we can redirect when get error from datatable
    thank u

This discussion has been closed.