CustomVarTable: Let the user subgroups fully collapse

resolves #5256
This commit is contained in:
Johannes Meyer 2024-11-04 16:45:02 +01:00
parent 8f1eaf0c7b
commit eea50d7d6b
1 changed files with 2 additions and 1 deletions

View File

@ -224,7 +224,8 @@ class CustomVarTable extends BaseHtmlElement
if ($this->headerTitle !== null) {
$this->getAttributes()
->add('class', 'collapsible')
->add('data-visible-height', 100)
->add('data-visible-height', 0)
->add('data-state-collapses', true)
->add('data-toggle-element', 'thead')
->add(
'id',