Advice required: Form editing / saving Parent and many children

Hi all. I'm after some advice. I have a product table and I have a product properties table - 1 product may have up to 65 properties (at present) and the majority of the properties are boolean.

I want to present this information in a single form - top section is the product information and then 'n' tabs each with a number of the properties on the tab that the user may switch on or off. Once happy then I want the user to click the save button to save the parent record and then update all the property records accordingly. In my past life I would have an array <input name='product[property][index of property]' value=false> that is then sent over to receipient of the request. I hope that makes sense

How would I achive this in Filament?

Thanks in advance

Jon
Was this page helpful?