Problem with data pipeline and bootstrap

Problem with data pipeline and bootstrap

itspaul2itspaul2 Posts: 2Questions: 0Answers: 0
edited November 2013 in General
Hello, I am unable to get data pipelining to work with bootstrap. The problem is it loads the initial data but does not allow you to click next (or shows the number of the page). It also says "Showing 1 to 10 of 20 entries (filtered from 25 total entries)" so I'm guessing my implementation is wrong.

Replies

  • itspaul2itspaul2 Posts: 2Questions: 0Answers: 0
    I listed my code below

    [code] var oCache = {
    iCacheLower: -1
    };

    function fnSetKey( aoData, sKey, mValue )
    {
    for ( var i=0, iLen=aoData.length ; i
This discussion has been closed.