Is there a simple way to have ajax response return some data to give the delete button confirmation modal a feedback, sort of how inline error come from ajax. Something to say, this record can not be deleted because something or other? Thanks
This question has an accepted answers - jump to answer
Please ignore this one, I just realized that "error" element in json response does the trick. Great work and great documentation.
Answers
Please ignore this one, I just realized that "error" element in json response does the trick. Great work and great documentation.