How to show "Processing.." before AJAX call and "No record found." after the call.
How to show "Processing.." before AJAX call and "No record found." after the call.
jainankit0312
Posts: 22Questions: 1Answers: 0
Hi,
I am making an AJAX call to show the data in the table.
I want to show "Processing..." before making the call, and onSuccess if the data is blank I want to show "No record found."
I am able to show the "Processing.." but if the data is blank, how to show "No record found" ?
Regards,
Ankit
I am making an AJAX call to show the data in the table.
I want to show "Processing..." before making the call, and onSuccess if the data is blank I want to show "No record found."
I am able to show the "Processing.." but if the data is blank, how to show "No record found" ?
Regards,
Ankit
This discussion has been closed.
Replies
Any suggestion please ??
Regards,
Ankit
Allan