Combination of Form and Table
Hey guys, I'm migrating from a Inertia / Vue.js application into a Livewire/Filament one.
Currently we have a table with inputs for bulk editing. It's for a list of supplier specific products and their prices, making it easy to update in one form. The data to edit is in a Pivot table on the
What would be the best way to handle this in Filament? Is there a way to add form / input fields to a table or should I be looking into a custom page? If a custom page is the way to go, is there an easy way to use the Filament table and input components to make sure the styling is consistent?
Thanks in advance!
Currently we have a table with inputs for bulk editing. It's for a list of supplier specific products and their prices, making it easy to update in one form. The data to edit is in a Pivot table on the
product_supplier table.What would be the best way to handle this in Filament? Is there a way to add form / input fields to a table or should I be looking into a custom page? If a custom page is the way to go, is there an easy way to use the Filament table and input components to make sure the styling is consistent?
Thanks in advance!