Datatable add/edit/delete error handle
Datatable add/edit/delete error handle
THEJASVI
Posts: 31Questions: 9Answers: 0
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
This discussion has been closed.
Answers
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
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