While the upload is on I am trying to display a loading spinner on top of the modal. Actual behavior However when I trigger the operation the loading indicator is hidden behind the modal. Resources (screenshots, code snippets etc.) My template code is pasted below. I tried your solution of putting the loading indicator in a div with a modal
How to dynamically show and hide processing box? I don't want to depend on DataTable internal AJAX call.
Recommended way to reload data in the table powered by jQuery DataTables is to use ajax.reload () API method. jQuery DataTables allows to display a processing indicator using processing option. It is absolutely necessary in server-side processing mode to enable processing option to display a message during sorting, searching and pagination.