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
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! 🥹4 Replies
Have you read the doc?
Solution
Holy moly. I completely missed this!
Thankyou.
Eventho this is a thing. It does not work with nullable numeric strings.