live method is rendering mine table

Hi! I have a custom filament page where i have on the same page form and table and when i press button which is form action everythin works fine. mine problem happend after first submit button than i have case when i change state of component that has live mine table re renders how i can stop re rendering table on change state of component
6 Replies
Dennis Koch
Dennis Koch5mo ago
Please don't open multiple help threads for the same problem!
mile4841
mile4841OP5mo ago
Sorry i forgot to close past post, it is solved but now this problem happens
Dennis Koch
Dennis Koch5mo ago
Maybe don't use the exact same title for two posts then 😅
how i can stop re rendering table on change state of component
That's why you are using ->live(), to rerender stuff
mile4841
mile4841OP5mo ago
Yes that is true i am using live but not in the table i am using in the form, is somehow need to stop re render from the form inputs button should do re render Do you know something that could help me?
Dennis Koch
Dennis Koch5mo ago
You could put them into separate Livewire components. Then it should only rerender the form component
mile4841
mile4841OP5mo ago
Thanks, but how i will send The form data in component to the table component

Did you find this page helpful?