Fnfilter on one column with serverside

Fnfilter on one column with serverside

dazelldazell Posts: 17Questions: 0Answers: 0
edited May 2010 in General
hi evryone,

I try to use the fnFilter function with the second argument (sSearch_) to make an Individual column filter but it don't seem to work. My php file for serverdata don't receive the sSearch_ variable (I try with an "echo $_GET['sSearch_']") !

I switch bFilter on and I read all the others posts about it in the forum,

any Idea ?

Replies

  • dazelldazell Posts: 17Questions: 0Answers: 0
    up !

    anyone ?
  • dazelldazell Posts: 17Questions: 0Answers: 0
    up up !
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    If you have a look at the parameters sent (using Firebug or whatever) you'll see that the parameters are sSearch_1, sSearch_2 etc, rather than just sSearch_. As noted in the documentation: "sSearch_(int) Individual column filter".

    Regards,
    Allan
  • dazelldazell Posts: 17Questions: 0Answers: 0
    Yep that's it ! thanks allan !
This discussion has been closed.