Skip to content

Commit 8e9dfe7

Browse files
Merge pull request #17243 from kamil-tekiela/Refactor-Results.php
Refactor results.php
2 parents aadd456 + e2dc2a9 commit 8e9dfe7

8 files changed

Lines changed: 575 additions & 1066 deletions

File tree

js/src/makegrid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ var makeGrid = function (t, enableResize, enableReorder, enableVisib, enableGrid
17251725

17261726
// make sure we have more than one column
17271727
if ($firstRowCols.length > 1) {
1728-
var $colVisibTh = $(g.t).find('th:not(.draggable)');
1728+
var $colVisibTh = $(g.t).find('th:not(.draggable)').slice(0, 1);
17291729
Functions.tooltip(
17301730
$colVisibTh,
17311731
'th',

0 commit comments

Comments
 (0)