Use form together with table on the same livewire component #686
dominikgeimer
started this conversation in
General
Replies: 1 comment 4 replies
-
|
The tables package already implements the forms interface and trait, so you should be able to use the package without adding those again to your component. However, you'll need to override |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using Laravel Livewire full page components (https://laravel-livewire.com/docs/2.x/rendering-components#page-components) and I want to use a form and a table on that same component, but there is a collision error. Is it not possible to use both on the same component?
Thanks!
Dominik
Beta Was this translation helpful? Give feedback.
All reactions