AlexAnder
AlexAnder
FFilament
Created by AlexAnder on 4/18/2024 in #❓┊help
Custom page layout divide in 3 columns
Thanks. Thanks for Your time.
17 replies
FFilament
Created by AlexAnder on 4/18/2024 in #❓┊help
Custom page layout divide in 3 columns
different sizes..
<div class="flex gap-4">
<div class="size 1/4">One</div>
<div class="size 2/4">Two</div>
<div class="size 1/4">Three</div>
</div>
<div class="flex gap-4">
<div class="size 1/4">One</div>
<div class="size 2/4">Two</div>
<div class="size 1/4">Three</div>
</div>
17 replies
FFilament
Created by AlexAnder on 4/18/2024 in #❓┊help
Custom page layout divide in 3 columns
Dashboard filterForms doesn't have form with submit and show the result in the same page
17 replies
FFilament
Created by AlexAnder on 4/18/2024 in #❓┊help
Custom page layout divide in 3 columns
Screenshot is from dashboard->filterForms But I want to create custom page, where portraits shows from <img src="">... not fileupload
17 replies
FFilament
Created by AlexAnder on 4/18/2024 in #❓┊help
Custom page layout divide in 3 columns
No description
17 replies
FFilament
Created by AlexAnder on 4/18/2024 in #❓┊help
Custom page layout divide in 3 columns
I need search imput and on submit return portrait
17 replies
FFilament
Created by AlexAnder on 4/18/2024 in #❓┊help
Custom page layout divide in 3 columns
<x-filament-panels::page>
<x-filament::section>
<form wire:submit="search_by_code">
<div class="flex gap-4">
<div class="flex flex-col">
<x-filament::input.wrapper :valid="! $errors->has('id_code')">
<x-filament::input
type="text"
wire:model="id_code"
/>
</x-filament::input.wrapper>
<div>
@error('id_code') <span class="text-danger-600">{{ $message }}</span> @enderror
</div>
</div>
<div class="flex">{{ $atrada }}</div>
<div class="flex">{{ $atrada }}</div>
</div>
</form>
</x-filament::section>
</x-filament-panels::page>
<x-filament-panels::page>
<x-filament::section>
<form wire:submit="search_by_code">
<div class="flex gap-4">
<div class="flex flex-col">
<x-filament::input.wrapper :valid="! $errors->has('id_code')">
<x-filament::input
type="text"
wire:model="id_code"
/>
</x-filament::input.wrapper>
<div>
@error('id_code') <span class="text-danger-600">{{ $message }}</span> @enderror
</div>
</div>
<div class="flex">{{ $atrada }}</div>
<div class="flex">{{ $atrada }}</div>
</div>
</form>
</x-filament::section>
</x-filament-panels::page>
17 replies
FFilament
Created by 403gtfo on 1/10/2024 in #❓┊help
3.1 Importer File type error
No so easy. The importer doesn't accept even the file witch it provide download as sample. On my Linux it's works, but on Windows no. On windows csv file created with notepad, also uploads as application/vnd.ms-excel. I think, its in windows registry needs to be changed..
19 replies
FFilament
Created by 403gtfo on 1/10/2024 in #❓┊help
3.1 Importer File type error
I guess, in windows registry is some kind of mime types, which can be changed.. but in organizations network to change that is insane. Better solution is dynamically change the acceptedFileTypes() method
19 replies
FFilament
Created by 403gtfo on 1/10/2024 in #❓┊help
3.1 Importer File type error
I know, but I created csv with vscode. and uploading this file, firefox response is application/vnd.ms-excel.. Even try to upload the importers example file, the same 😦
19 replies
FFilament
Created by 403gtfo on 1/10/2024 in #❓┊help
3.1 Importer File type error
I debugged, that uploading csv from my windows pc the mime type is application/vnd.ms-excel Is it possible to change it?
19 replies
FFilament
Created by 403gtfo on 1/10/2024 in #❓┊help
3.1 Importer File type error
Using Nginx and php8.2-fpm
19 replies
FFilament
Created by 403gtfo on 1/10/2024 in #❓┊help
3.1 Importer File type error
I have versions Filament/filament 3.2.17 and pxlbrt/filament-excel 2.3.0
19 replies
FFilament
Created by 403gtfo on 1/10/2024 in #❓┊help
3.1 Importer File type error
Hmm, I also have this issue. Not only on firefox, but also on Edge. On Edge its even doesn't provide csv file types to choose from (for upload)
19 replies
FFilament
Created by AlexAnder on 9/19/2023 in #❓┊help
Auto scrolling for navigation selected menu
Thanks
12 replies
FFilament
Created by DariusIII on 10/29/2023 in #❓┊help
Object of class Filament\Support\Enums\Alignment could not be converted to string
Me too have this issue
7 replies
FFilament
Created by AlexAnder on 9/19/2023 in #❓┊help
Auto scrolling for navigation selected menu
please 🙂
12 replies
FFilament
Created by AlexAnder on 9/19/2023 in #❓┊help
Auto scrolling for navigation selected menu
If admin have lot off manu items, then on menu in far down, active menu show in active menu level
12 replies
FFilament
Created by AlexAnder on 9/19/2023 in #❓┊help
Auto scrolling for navigation selected menu
jap
12 replies
FFilament
Created by AlexAnder on 9/19/2023 in #❓┊help
Auto scrolling for navigation selected menu
Maybe someone can help?
12 replies