From 438f518d327b423bdb61d7539a9786d94d640586 Mon Sep 17 00:00:00 2001 From: Justin Velluppillai Date: Fri, 25 Jun 2021 15:49:52 +1200 Subject: Allow changing row limit when hierarchy is expanded (#17704) * Allow changing row limit when hierarchy is expanded * Updated failed UI tests where we now show row limit --- plugins/CoreHome/javascripts/dataTable.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/CoreHome/javascripts') diff --git a/plugins/CoreHome/javascripts/dataTable.js b/plugins/CoreHome/javascripts/dataTable.js index 76d85feb76..61ee596901 100644 --- a/plugins/CoreHome/javascripts/dataTable.js +++ b/plugins/CoreHome/javascripts/dataTable.js @@ -621,8 +621,6 @@ $.extend(DataTable.prototype, UIControl.prototype, { var self = this; if (typeof self.parentId != "undefined" && self.parentId != '') { - // no limit selector for subtables - $('.limitSelection', domElem).remove(); return; } -- cgit v1.2.3