Filtering...

Filtering...

brianmmbrianmm Posts: 41Questions: 0Answers: 0
edited June 2009 in General
Hello.

As you know I'm using the pipelineing!

Now I have just (rather latley noticed) that the filtering does not appear to work...

The query that is generated I have ran directly and it works, but when you type in, it just says 'processing...' and does noo change the results...

Any pouinters would be welcome!

Replies

  • allanallan Posts: 61,694Questions: 1Answers: 10,102 Site admin
    Hi Brian,

    I noticed that this morning ;-). Looking good btw!

    It's an odd one I have to say. My demo ( http://datatables.net/1.5-beta/examples/server_side/pipeline.html ) doesn't have any problem dealing with the filter, so could you perhaps post a few more details about your initialisation code etc. If you have the sent parameters from Firebug's XHR information that might be quite useful as well.

    Allan
  • brianmmbrianmm Posts: 41Questions: 0Answers: 0
    edited June 2009
    OK Hi Allan,

    Right...

    [code]

    var oCache = {
    iCacheLower: -1
    };

    function fnSetKey( aoData, sKey, mValue ) {
    for ( var i=0, iLen=aoData.length ; i
  • allanallan Posts: 61,694Questions: 1Answers: 10,102 Site admin
    Hi Brian,

    Could you drop me an e-mail ( www.datatables.net/contact )? I've got a couple of files to send over to you.

    Allan
This discussion has been closed.