Skip to content

Commit

Permalink
Register metadata table updates on collapse and expand
Browse files Browse the repository at this point in the history
  • Loading branch information
BartChris committed Oct 1, 2024
1 parent c4ddc1b commit a76ab79
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
styleClass="no-header"
widgetVar="metadataTable"
id="metadataTable">
<p:ajax event="expand"
process="@this"
update="@(.ui-tree, .stripe.selected)" />

<p:ajax event="collapse"
process="@this"
update="@(.ui-tree, .stripe.selected)"/>
<p:column>
<span class="input-wrapper">
<!-- field label
Expand Down

0 comments on commit a76ab79

Please sign in to comment.