Problem with _fnAjaxParameters
Problem with _fnAjaxParameters
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.
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.
This discussion has been closed.
Replies
Allan