macronus / jquery-datatables-column-filter

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

Date range filter outside of datatable not working #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am trying to replicate this example:
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/external.html

I got this code:

        widgetTable.columnFilter({
            aoColumns: [
                { sSelector: "#start_endDateFilter", type: "date-range" },
            ]

        });

and this div:

                <div id="start_endDateFilter">
                </div>

But the div remains empty....

Thanks,
Ara

Original issue reported on code.google.com by gohabs4e...@gmail.com on 31 Jan 2014 at 9:49

GoogleCodeExporter commented 9 years ago
Hi Ara,

I have updated my example 
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/external.html 
with date range type and it works. Please check are there any other errors.

Jovan

Original comment by joc...@gmail.com on 4 Feb 2014 at 4:55