I remember watching this video when it was released, but now (almost 10 months later) it has been helpful, thank you.
@novaardiansyah62545 ай бұрын
Hi, I'm from the future. Thank you for this amazing video; it helped me a lot today. Incredible!
@fabinou Жыл бұрын
From far, the best tutorials on how to deal with repeaters, so many thanks, and congrats for this good job
@luisescobarbravo2 жыл бұрын
Hi Povilas, thanks for this great video! I want to add a little contribution. After saving the invoice and accesing the edit view, the price doesn't shows, because it is generated and formated afterStateUpdated, so to have it show once the model has been saved one should add the following code after afterStateUpdated: ->afterStateHydrated(function ($state, callable $set) { $product = Product::find($state); $set('price', number_format($product->price / 100, 2)); })
@davidsonzed2 жыл бұрын
Hello sir, can you so much for making this video and I am really happy that you are really listening your subscribers. ❤❤❤💥
@EduardR102 жыл бұрын
Es impresionante lo simple que lo explicas. Muchas gracias
@CodeTatami7 ай бұрын
Thank U . what about update repeate ?
@nyeinchan2945 Жыл бұрын
Hi , how can i do that if i do not want to include the item i already selected in previous repeater item ? For example , after i selected Product 1, i don't want to show that product 1 in next add to invoice items' product select box.
@KONEY.INDUSTRIAL Жыл бұрын
is there a way to access values of other repeated items?
@mohammedabdalla64522 жыл бұрын
how can i force the user to only select unique Data from the select Component ? to explain more in the above example if i don't want to let the user select product 1 twice how can i do that ?
@DuyNguyen-ft8wp Жыл бұрын
can it work without creating foreign key in creating migrations step?
@estebangimenezgobello9992 Жыл бұрын
hellou how can i save in a $variable from field if i change qty?
@fredericmonasse3721 Жыл бұрын
Hello, I thank you for your great course. Maybe you can help me, i have a repeater of items and I want them to be reorderable like the reorderable() in tables. is it possible with the repeaters? Thanks a lot
@LaravelDaily Жыл бұрын
I haven't seen that behavior in the documentation
@zbigniewgros51492 жыл бұрын
When you change the quantity for a product, the price does not change. So in the end, the bill shows the price for one product, even though the number of products displayed on the bill shows 2/3/4... Anyone know how to solve this problem.
@sathishnp336210 ай бұрын
Can you do a repeater with belongs to many
@Ahabib20092 жыл бұрын
thanks, is it possible to use directly producte_price without using price ?
@YaraMits5 ай бұрын
Sure, but then you'll have to reformat it to the original form.
@MarkChaney2 жыл бұрын
I would love to see a turbo.js integration video with filament
@linkernetir Жыл бұрын
thank you very helpful
@benjaminbernatzki48162 жыл бұрын
Will there be a repeater field in Quick Admin Panel?