Skip to content

Commit

Permalink
CustomVarTable: Let the user subgroups fully collapse
Browse files Browse the repository at this point in the history
resolves #5256
  • Loading branch information
nilmerg committed Nov 4, 2024
1 parent 8f1eaf0 commit 4e899d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ protected function assemble()
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',
Expand Down

0 comments on commit 4e899d7

Please sign in to comment.