Add table on create page
Hello, im currently making automatic invoice generation using filament and my ERD is like this. What i want is that, when i input an invoice, i also want to input the details together. I want the details to be shown on a table and i can add it.
Right now i have made a relationship of the table using relationshipmanager, but the table is only shown in the edit page, how can i do that but on the create page?
4 Replies
Relation manager won’t work on the create page because it needs a record to attach the relations to which isn’t created yet.
Solution
Maybe #awcodes-table-repeater is a solution for you
Okay, ill try
thanks