minor fnReloadAjax issue
minor fnReloadAjax issue
chancharles
Posts: 3Questions: 0Answers: 0
First of all, a BIG THANK YOU for this plug-in. It literally reduce my dev. time by tens of hours. Keep up the good work. It's one of the few plugins that are well-documented and well-supported. I am simply amazed.
Just to report a minor issue with the fnReloadAjax plugin. It doesn't use fnServerData but use $.getJSON directly. My suggested fix is to use oSettings.fnServer instead of $.getJSON so that the end user's customization is still honored.
Again, good work. Thanks!
Charles
Just to report a minor issue with the fnReloadAjax plugin. It doesn't use fnServerData but use $.getJSON directly. My suggested fix is to use oSettings.fnServer instead of $.getJSON so that the end user's customization is still honored.
Again, good work. Thanks!
Charles
This discussion has been closed.
Replies
Good thinking that. I've updated the plug-in to take account of this now :-)
Regards,
Allan