Increment column count when tree is shown
Fix centering of no record message in lists when tree is enabled.
This commit is contained in:
parent
07a852ed8a
commit
c1dcc62559
|
|
@ -936,6 +936,10 @@ class Lists extends WidgetBase
|
|||
$total++;
|
||||
}
|
||||
|
||||
if ($this->showTree) {
|
||||
$total++;
|
||||
}
|
||||
|
||||
return $total;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue