fnDataTablesPipeline is not loading the records
fnDataTablesPipeline is not loading the records
blpraveen2004
Posts: 15Questions: 2Answers: 0
I am using a pipeline example to show the wordpress posts in a dataTable . It loads the first 50 records and going to next page It does the Ajax call to fetch the next 50 records. Ajax call successfully fetches the records but the records are not loaded into table. it is showing "processing" always.
Below is the code what I am using. First time it loads the records and on next ajax call it does not load
[code]
var oCache = {
iCacheLower: -1
};
function fnSetKey( aoData, sKey, mValue )
{
for ( var i=0, iLen=aoData.length ; i
Below is the code what I am using. First time it loads the records and on next ajax call it does not load
[code]
var oCache = {
iCacheLower: -1
};
function fnSetKey( aoData, sKey, mValue )
{
for ( var i=0, iLen=aoData.length ; i
This discussion has been closed.
Replies
Allan
I have checked the flow.It gets till the fnCallback(json) Line 95;. But after that it does not load the Json data and stop the preloader.
I dont know if there is error in the json data. it contain nearly 50 records.
I can share the screenshot here in the comments there is no option to attach images