DataTables plugin: fnDraw doesn't work -


I am using the dataTables plugin with the following configuration:

 

As you can see that I use the fnServerData function to pass data to the server with the postal code I am here. This code works well but I have to refresh the table content on some events. I have tried the fnReloadAjax () but it is not set to right from bServerSide is. In addition, I have tried to fnDraw , but it does not work: no data has been sent to the server.

Is there a solution other than destroying and reducing tables?


Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

sql server ce - Is there some way to make sqlce3.5 and 4.0 co-exist in the C# project -