Dan Harrin
Dan Harrin
FFilament
Created by mwema on 4/15/2023 in #❓┊help
Is it possible to hook to the table reorder event, when someone clicks the tick after reordering?
Is your intention to come across as demanding?!? No, there is no hook at the moment. You can extend the method on the List/RelationManager class, or submit a PR for something like $table->afterReorder(fn () => ...) to v4
public function reorderTable(array $order, int | string | null $draggedRecordKey = null): void
{
parent::reorderTable($order, $draggedRecordKey);

// do your thing
}
public function reorderTable(array $order, int | string | null $draggedRecordKey = null): void
{
parent::reorderTable($order, $draggedRecordKey);

// do your thing
}
9 replies
FFilament
Created by spacedev on 4/3/2025 in #❓┊help
Filament Export Action
Can you open an issue with a simple reproduction repository please
9 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
Ah, sorry
71 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
71 replies
FFilament
Created by raheel3031 on 3/9/2025 in #❓┊help
validation in importer
the CSV file definitely doesnt look right
64 replies
FFilament
Created by raheel3031 on 3/9/2025 in #❓┊help
validation in importer
64 replies
FFilament
Created by raheel3031 on 3/9/2025 in #❓┊help
validation in importer
you prob also need to pass ->integer() to the ID column so it gets cast to a real integer
64 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
its about the same, it also has an upgrade script
71 replies
FFilament
Created by Soundmit on 3/10/2025 in #❓┊help
Update rows in table (or table) after action on row
you can create a new one with minimal changes to reproduce the problem
12 replies
FFilament
Created by Soundmit on 3/10/2025 in #❓┊help
Update rows in table (or table) after action on row
im not testing this, if you would like to submit a bug report please do
12 replies
FFilament
Created by Soundmit on 3/10/2025 in #❓┊help
Update rows in table (or table) after action on row
it should work as it is
12 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
so that won't change, and I expect our new video course/s to be paid also (there might be one or two free, I'm not sure)
71 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
Yeah considering the hundreds of hours I have spent writing ~100k words of the current free documentation, I think it's incredibly fair to charge for paid, optional video courses
71 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
and I'm not sure what you mean about free documentation, all our documentation is free
71 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
thanks. note: themes are the way to compile extra Tailwind classes, you should use that
71 replies
FFilament
Created by raheel3031 on 3/9/2025 in #❓┊help
validation in importer
so please read the docs, fix the implementation and then come back if the error is still there
64 replies
FFilament
Created by raheel3031 on 3/9/2025 in #❓┊help
validation in importer
sure but you're not using the importer properly, so I don't know what else you're doing wrong that might be causing the problem
64 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
technically it only applies to resources, there are quite a few instances where input names dont translate into models
71 replies
FFilament
Created by raheel3031 on 3/9/2025 in #❓┊help
validation in importer
why are you setting all the fields in resolveRecord()? thats not the point
64 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
in v4 you can use a textentry in a form, since forms and infolists are the same thing
71 replies