techenby
Action button has no background in Livewire component
I have created a full-page Livewire component and followed the documentation for using an Action in a Livewire component.
When viewing the page, the button has no background. It looks like the
var(--primary-600)
is not found for the bg-custom-600
; I have no idea how to get that working.2 replies
How to test a Table header action on a Relationship Manager?
I have the following test:
I don't think
callPageAction
is correct since if I use it, I get the following error: UsersRelationManager::getCachedAction does not exist.
If I use callTableAction
I get the following error: RelationManager::getTableRecord(): Argument #1 ($key) must be of type ?string, array given,
Which makes sense, but what should I use?4 replies
Can I have dynamic columns or inputs in resource?
I have a model that has a json column with key value pairs. However the keys are not constant and generated by user input. Is it possible to have one text column per entry?
I was thinking something like this but PHP doesn't like it:
19 replies
Customize Widget height instead of width
Is it possible to define a widget's height instead of width?
i.e. tell a widget to span 2 rows instead of one?
https://filamentphp.com/docs/2.x/admin/dashboard/getting-started#customizing-widget-width
11 replies