bServerside + filter

bServerside + filter

talfirevictalfirevic Posts: 3Questions: 0Answers: 0
edited January 2013 in General
Hi,

Im using datable with bServerSide: true and sAjaxSource and when i apply search filter table is not being updated even tho serverside processing works, results are actually being filtered but data in table isnt.

I'm obviously doing something wrong. Could someone point me in the right direction,

Cheers,
T.

Replies

  • talfirevictalfirevic Posts: 3Questions: 0Answers: 0
    Oh there's a js error thats happening when searchfiled is being changed.

    "Cannot read property 'sError' of null"

    Any clue? :D
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Please link to a test case, otherwise we don't really stand much of a chance of being able to help. See: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
  • talfirevictalfirevic Posts: 3Questions: 0Answers: 0
    edited January 2013
    Thank for pointing that out Allan,

    I've managed to debug it, my filtering didn't yield any results and i was returning null instead of empty aaData array (server side). That was the issue.

    Cheers,
    T.
This discussion has been closed.