gon.exe
v3 Upgrade. MaxWidth not found
Hi everyone! I am updating my app. I have solved a lot of things so far, but I could not find a solution for the error "Class "App\Providers\Filament\MaxWidth" not found" when I want to use "->maxContentWidth(MaxWidth::Full)" on my AdminPanelProvider.php .
I attach my app information:
Environment
Application Name . Green Ambiental
Laravel Version . 10.0.0 PHP Version . 8.1.0 Composer Version . 2.6.6 Environment . local Debug Mode . ENABLED URL . 127.0.0.1:8000 Maintenance Mode . OFF Cache Config . NOT CACHED Events . NOT CACHED
Routes . NOT CACHED Views . NOT CACHED Drivers Broadcasting . log Cache . file Database . pgsql Logs . stack / single Mail . smtp Queue . sync Session . file Filament Packages . filament, forms, notifications, support, tables Version . v3.0.0
Views . NOT PUBLISHED Livewire Livewire . v3.0.0 Thanks in advance!
Laravel Version . 10.0.0 PHP Version . 8.1.0 Composer Version . 2.6.6 Environment . local Debug Mode . ENABLED URL . 127.0.0.1:8000 Maintenance Mode . OFF Cache Config . NOT CACHED Events . NOT CACHED
Routes . NOT CACHED Views . NOT CACHED Drivers Broadcasting . log Cache . file Database . pgsql Logs . stack / single Mail . smtp Queue . sync Session . file Filament Packages . filament, forms, notifications, support, tables Version . v3.0.0
Views . NOT PUBLISHED Livewire Livewire . v3.0.0 Thanks in advance!
30 replies
Action does not open a custom modal
Hi everyone!
I have a custom query defined on my List Page to group and sum inventory quantity based on locations:
I need a button on each row to display the grouped value detail records. The following code does not open a modal:
Simple blade code to test it:
Thanks in advance!
16 replies
Clickable row on custom page table
Hi, I have a custom Page where I defined getTableQuery(), getTableColumns(), getTableFilters(), getTableFiltersFormColumns(), getTableActions(), and getData() and I need know if exists some function like recordUrl() to execute an action to open a modal when I click the row.
Thanks in advance!
2 replies
Keeping GET parameters through livewire ajax executions
I know this needed was already discussed in different moments because I saw the responses from that but I am not able to do this suggestions on my code.
I need to keep a GET parameters through livewire ajax executions to invoke different functions on form function.
At first I get the value by "request()->query('purchase_requisition_id');" but then I lose it.
The only way I found to do that is:
app\Filament\Resources\PurchaseOrderResource.php ->
Where I have to add the public property and mount function to replace the way I am getting and keeping the GET parameter? Thanks in advance!
18 replies