Processing Error -- bServerSide: false

Processing Error -- bServerSide: false

tasso22tasso22 Posts: 4Questions: 1Answers: 0

I have a use case where I'm using bServerSide: false and data is loaded from the server using sAjaxSource. Once the data is loaded from the server to the client, the client handles all processing. If there is an error in the retrieval of the of the data sourced from the service that sAjaxSource invokes, datatables remains in a processing state as mentioned in several other posts.

The accepted solution appears to be adding error handling capabilities using fnServerData as mentioned in the link at the bottom of this post. However, it is my understanding that fnServerData would be for when bServerSide is set true. Is there a way to handle processing errors when bServerSide is set to false?

http://datatables.net/forums/discussion/14841/how-to-catch-response-of-server-side-processing-if-error-occurs

Thanks for your help and this is such a great product.

Answers

This discussion has been closed.