Skip to content

Commit 834123f

Browse files
committed
In automatically generated lists, items are sorted.
1 parent b02bfe9 commit 834123f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

media/js/jquery.dataTables.columnFilter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* File: jquery.dataTables.columnFilter.js
3-
* Version: 1.4.1.
3+
* Version: 1.4.2.
44
* Author: Jovan Popovic
55
*
6-
* Copyright 2011 Jovan Popovic, all rights reserved.
6+
* Copyright 2011-2012 Jovan Popovic, all rights reserved.
77
*
88
* This source file is free software, under either the GPL v2 license or a
99
* BSD style license, as supplied with this software.
@@ -83,7 +83,7 @@
8383
else asResultData.push(sValue);
8484
}
8585

86-
return asResultData;
86+
return asResultData.sort();
8787
}
8888

8989
function _fnColumnIndex(iColumnIndex) {

0 commit comments

Comments
 (0)