macronus / jquery-datatables-column-filter

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

_fnAjaxParameters dont get sRangeSeparator #130

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using Download plugin from TableTools (TableTools.BUTTONS.download) but I 
have a problem, when I use

var oParams = this.s.dt.oApi._fnAjaxParameters( this.s.dt );

It don't return the parameter "sRangeSeparator" from ColumnFilter "date-range"
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/dateRange.html

So... I have a problem with my implementation because I can't use date ranges. 
Do you have a suggestion to solve my problem? like an object where can I 
extract the correct filters to send in a POST

-----
I use Column Filter + Ajax source, my table update correctly when I use my 
input filter, now I try to print a report of the actual table with TableTools + 
Download plugin ... and all works fine, except date range than its not send and 
sRangeSeparator

download (POST + GET)
http://datatables.net/extras/tabletools/plug-ins

Here the code of my table:
http://pastie.org/8153842

Original issue reported on code.google.com by alejandr...@gmail.com on 18 Jul 2013 at 10:29