Open GoogleCodeExporter opened 9 years ago
I have the same issue.
first dataTable doesn't use ColumnFilter
second dataTable, defines a column with a date-filter.
Everytime I search in the first table, I get an error pointing that the cell
doesn't contain a Date value.
Which means, columnFilter is validating the first table, with the settings for
the second table.
Provided Code:
$("#filtersTable").dataTable();
$.datepicker.regional[""].dateFormat = "yy/mm/dd";
$.datepicker.setDefaults($.datepicker.regional['']);
$('#campaignHistoryTable').dataTable().columnFilter(
{
sPlaceHolder: "head:after",
aoColumns: [
{ type: "date-range", sRangeFormat: "Fechas {from} - {to}" },
null,
null
]
}
);
Original comment by Eclectic...@gmail.com
on 23 May 2014 at 7:19
Original issue reported on code.google.com by
alledel...@googlemail.com
on 11 Sep 2012 at 8:58