Problem with _fnAjaxParameters

Problem with _fnAjaxParameters

ikarius6ikarius6 Posts: 2Questions: 0Answers: 0
edited July 2013 in Plug-ins
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.

Replies

  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin
    The ColumnFilter plug-in is third party and not supported as part of the core DataTables project. I'd suggest you open an issue in their issue tracker.

    Allan
  • ikarius6ikarius6 Posts: 2Questions: 0Answers: 0
    Thanks.
This discussion has been closed.