Multiple Jquery DataTables in a Page but on Ajax Error Hide Other Tables and Stop Ajax

Multiple Jquery DataTables in a Page but on Ajax Error Hide Other Tables and Stop Ajax

good_frengood_fren Posts: 9Questions: 4Answers: 0
edited March 2018 in Free community support

I am displaying Two or Three DataTables and each of these Tables are Independent of each other and are placed on their own parent container and have their own Ajax Operations. Now my concern is if any of the DataTable's Ajax Operations returns the Failure Response or (Success operations with Failed Data inside it), then all the Tables must be hidden and the Error Message Should display in the Page. How can I do this?

This discussion has been closed.