Range filtering on Server-Side process

Range filtering on Server-Side process

AewilAewil Posts: 9Questions: 2Answers: 0
edited February 2014 in General
Hello everyone,

i'm a new guy in Datatables world and i have a little issue with my post's title...

In fact, i read a lot of discussions about it but no one help me.

I just want to add range filter for my 5 colums. I understand the server-side action but i cannot solve my problem alone, this is why i'm here to ask you help...

Thanks you per advance and sorry for my English (i'm french...)

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    In DataTables 1.9- you need to use fnServerParams to send the minimum and maximum of the range to the server as extra parameters. Then you need to modify whatever server-side processing script you are using to add those values to the WHERE condition.

    Allan
  • AewilAewil Posts: 9Questions: 2Answers: 0
    edited February 2014
    I finally solve my problem ! Thank you :) !!

    I have another question, do you know how i can stop the auto-refresh ?

    Thanks you Allan !
This discussion has been closed.