Kidereo
TLCTuto's Laravel Corner
•Created by Kidereo on 12/6/2023 in #💡filament
Has anybody successfully tried the new import action yet?
Hi, all: As the title says - has anybody tried to implement the new import action successfully yet? I followed the documentation but somehow fail to import records. I suspect the issue is somewhere in the queue because the import sits forever in
pending_jobs
in the job_batches
table in the database. Is there a special command for job batch queueing apart from the queue:work
, I wonder? @Tuto - it would be really great if you could record a short video just for this feature. There is nothing on the internet at the moment. As a side note, I have Laravel Excel import working fine but it does not use queues and in any case aren't we all in for a native solution? Thanks!2 replies
TLCTuto's Laravel Corner
•Created by Kidereo on 11/29/2023 in #💡filament
Group records in sort order
Hi, Tuto - I have been watching your vet clinic streams lately and have a question. When we group a table, we can dispaly it in ASC or DESC order. But can we add the third parameter - 'sort_order' to the dropdown? Filament offers sorting out of the box and grouping by sort order by default would be nice in one of my projects. Thanks!
4 replies