We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02bfe9 commit 834123fCopy full SHA for 834123f
media/js/jquery.dataTables.columnFilter.js
@@ -1,9 +1,9 @@
1
/*
2
* File: jquery.dataTables.columnFilter.js
3
-* Version: 1.4.1.
+* Version: 1.4.2.
4
* Author: Jovan Popovic
5
*
6
-* Copyright 2011 Jovan Popovic, all rights reserved.
+* Copyright 2011-2012 Jovan Popovic, all rights reserved.
7
8
* This source file is free software, under either the GPL v2 license or a
9
* BSD style license, as supplied with this software.
@@ -83,7 +83,7 @@
83
else asResultData.push(sValue);
84
}
85
86
- return asResultData;
+ return asResultData.sort();
87
88
89
function _fnColumnIndex(iColumnIndex) {
0 commit comments