fnReloadAjax doesn't work with bServerSide set to true
fnReloadAjax doesn't work with bServerSide set to true
moshfegh
Posts: 2Questions: 0Answers: 0
Hello,
I'm using DataTables 1.9.4 along with fnReloadAjax plugin. I've set bServerSide to true and the data table is initialized properly when the page loads. I have a drop-down list that allows the user to filter the results. I've added a change handler for this drop-down list in which I use fnReloadAjax as follows:
oTable.fnReloadAjax();
However, the ajax call does not include all the extra parameters for specifying the current page, page length, sort order, etc.
Any help would be appreciated.
Mosh
I'm using DataTables 1.9.4 along with fnReloadAjax plugin. I've set bServerSide to true and the data table is initialized properly when the page loads. I have a drop-down list that allows the user to filter the results. I've added a change handler for this drop-down list in which I use fnReloadAjax as follows:
oTable.fnReloadAjax();
However, the ajax call does not include all the extra parameters for specifying the current page, page length, sort order, etc.
Any help would be appreciated.
Mosh
This discussion has been closed.
Replies
Allan