Skip to content

Commit ed95c62

Browse files
committed
Version 1.4.4. applied patch for issue 46 when null is passed no filter is applied.
1 parent 7ca4d03 commit ed95c62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

media/js/jquery.dataTables.columnFilter.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* File: jquery.dataTables.columnFilter.js
3-
* Version: 1.4.3.
3+
* Version: 1.4.4.
44
* Author: Jovan Popovic
55
*
66
* Copyright 2011-2012 Jovan Popovic, all rights reserved.
@@ -625,6 +625,8 @@
625625
else
626626
sRangeFormat = properties.sRangeFormat;
627627
switch (aoColumn.type) {
628+
case "null":
629+
break;
628630
case "number":
629631
fnCreateInput(oTable, true, false, true, aoColumn.iFilterLength, aoColumn.iMaxLenght);
630632
break;

0 commit comments

Comments
 (0)