Andvanced Filtering
Andvanced Filtering
cabosixpack
Posts: 2Questions: 0Answers: 0
Hello, I've been using Datatables for around 3 months, first I started small, with some tables populated via PHP then rendered with Javascript and I found it so usefull that I completely integrated the server side functionality to my corporate system using server side processing, ¡It's amazing what I can do with it! so amazing, my boss is asking me to step it up a notch, by adding a filter wizard (Navicat filter wizard style) So the first thing that comes to mind is that the code in which I based my Datatable PHP Server side Object makes all the mysql filtering with :
[code]Where field '%like%'[/code]
And I need to implement filters like
[code]Where field > X[/code]
[code]Where field = X[/code]
[code]Where field IS NOT NULL[/code]
[code]Where field BETWEEN X AND Y[/code]
etc. So before trying to re-invent the wheel I was wondering if anyone has gone down the rabbit hole before me XD
Thanks in advance for your support!
[code]Where field '%like%'[/code]
And I need to implement filters like
[code]Where field > X[/code]
[code]Where field = X[/code]
[code]Where field IS NOT NULL[/code]
[code]Where field BETWEEN X AND Y[/code]
etc. So before trying to re-invent the wheel I was wondering if anyone has gone down the rabbit hole before me XD
Thanks in advance for your support!
This discussion has been closed.
Replies
Allan
Allan