Hugo
Closure on column action doesn't work
Hi, there,
I'm trying to put an action on a column through a closure. I don't want the action to open if there is no
$record->url
, however, as soon as I pass a closure the action doesn't fire at all and the modal never opens.
I've noticed that as soon as I pass a closure in the action, the click event is no longer “mountTableAction” but “callTableColumnAction”.
If anyone has any ideas 😄
7 replies
Broken Paginator after composer update ?
Hi,
I've just done a composer update on my project, and since then I've had this error that persists and totally blocks me. I don't understand how to solve the problem.
Error :
If anyone has any ideas, please let me know.
Thank you
7 replies
Default collapsed section does not work
Hi,
I'm trying to make a collapsed section the default in my blade file. I followed the documentation (https://filamentphp.com/docs/3.x/support/blade-components/section), the
collapsible
works fine by itself, however when I add the collapsed
, the section is not collapsed and the collapsible
doesn't work anymore. Even without the collapsible
, the collapsed
doesn't work.
Here's my code:
Do you have any ideas?
Thanks for your help.3 replies
How to use ListRecords table as headerWidget for another resource ?
Hi,
I have an "ActivitySessionResource" resource and an "ActivityResource" resource, and I'd like to put the "ActivitySessionResource" table in the headerWidget of the "ActivityResource" resource. Can you help me ?
Thanks for your help
3 replies