Parameters and fnReloadAjax

Parameters and fnReloadAjax

NJDave71NJDave71 Posts: 40Questions: 3Answers: 0
edited December 2011 in General
Thank you for this really great plugin and for developing DataTables. I have a data feed that is based on additional parameters that are passed from the client and sent to the server. Such as Dates, States and City. I don't want to use Server side Processing. I might be overlooking something simple here.

It seems sorting, paging, filtering makes a trip to the server when I use Server Side Processing. I would like these features to work only with the returned results. The only time I need to go back to the server is when any Custom Parameter changes.

This is not a Live App so I don't have a visual to provide. I have the DataTable in a webpage and Three Input Text Boxes above it. (Archive Date, State, City). Once Focus is lost the request is made to the server.

On Initial load, I get 1000 Records that meet a default condition. However, once the user chooses a different criteria the changes the results. I have over a 5 million Records but at most based on any give criteria it would return a maximum of 2000 results.

How can I pass additional Parameters using fnReloadAjax without changing to Server Side processing?

Replies

This discussion has been closed.