From 023565d30bec8467f2d2f58990f0d0bab1114e9f Mon Sep 17 00:00:00 2001 From: kevinparkerson Date: Tue, 31 Mar 2015 18:03:37 -0400 Subject: [PATCH] repeater-list-highlightSortedColumns-default: changing default list_highlightSortedColumns value to true --- js/repeater-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/repeater-list.js b/js/repeater-list.js index cc1a8ecb3..1e04f0efa 100755 --- a/js/repeater-list.js +++ b/js/repeater-list.js @@ -144,7 +144,7 @@ list_columnRendered: null, list_columnSizing: true, list_columnSyncing: true, - list_highlightSortedColumn: false, + list_highlightSortedColumn: true, list_infiniteScroll: false, list_noItemsHTML: 'no items found', list_selectable: false,