Multiple Tables on Resource using Form Repeater #15432
Unanswered
BennyCarpenox
asked this question in
Help
Replies: 1 comment
-
Solved my own issue, Using wire:ignore outside the livewire: component fixed the issue with livewire updating the entire DOM |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3.2.135
How can we help you?
I’m running into a strange issue with a repeater component that I was hoping someone might have insight into. Here’s the setup:
The repeater contains a view with a table inside it, along with other content.
The table in each repeater instance displays correctly when the data is initially loaded.
However, when I edit any content in the repeater that’s outside the table (e.g., updating a text field or toggling a switch), the tables in the repeater instances stop rendering properly—they disappear entirely or fail to update correctly except for the last table.
Steps to Recreate:
Question:
Has anyone encountered this behavior before? It seems like the data update in the repeater is somehow causing the above tables to unmount or fail to render correctly.
Any suggestions on how to debug or fix this would be greatly appreciated!
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions