Santoshpalli / jquery-datatables-column-filter

Automatically exported from code.google.com/p/jquery-datatables-column-filter
0 stars 0 forks source link

Date Range filters doesn't work on server side processing #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. When choose date from datepicker
2. when clear text box date range
3. When typing on text box date rang

What is the expected output? What do you see instead?
some data in choosen date range, no data available (i'm also use server side 
processing)

What version of the product are you using? On what operating system?
1.4.8, on Windows OS.

Please provide any additional information below.
I don't know what happend, i have set the format date, but the result still 
same. they show no data available from server.

When clear the start date text box or end date text box, the table don't return 
all data.

Original issue reported on code.google.com by pate...@gmail.com on 2 Aug 2012 at 3:16

GoogleCodeExporter commented 8 years ago
Hi,

filter send date fron and to as one string separated with ~. You cna trace it 
in firebug. Make sure that you have handeled this on the server-side.

I have tried it here and works fine.

Please provide me online example if this still happens

Thanks,
JOvan

Original comment by joc...@gmail.com on 4 Sep 2012 at 8:04

GoogleCodeExporter commented 8 years ago
In server side, how could I detect than is a date-range .... to use in my mysql 
query

Original comment by alejandr...@gmail.com on 13 Jul 2013 at 1:11