fnDataTablesPipeline is not loading the records

fnDataTablesPipeline is not loading the records

blpraveen2004blpraveen2004 Posts: 15Questions: 2Answers: 0
edited February 2014 in General
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

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    edited February 2014
    As clearly stated in the forum rules and the "New discussion" form, please link to a test case. Otherwise we cannot offer any help.

    Allan
  • blpraveen2004blpraveen2004 Posts: 15Questions: 2Answers: 0
    I am using client wordpress admin site. I cannot share the link.

    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
This discussion has been closed.