I'm Having this weird behavior with my panel, after upgrading to v4 the main panel is not scrollable
->maxContentWidth(Width::Screen) in my AdminPanelProvider...How to disable model observers during creating in Filament?
createQuietly($data)
```php
protected function handleRecordCreation(array $data): Model
{...Handling Per-Tenant SMTP Settings
Filament up and running on nativephp desktop, i m using laravel 12 with Filament
Exporting to PDF from an Action
ExportAction::make() for CSV, which works fine. When trying to add a second button to export to PDF, I found that ExportFormat::Pdf doesn't exist.
Question: What is the recommended or "Filament-native" way to provide a separate button for PDF export that respects the current table filters?
Any guidance or reference to a package/extension would be greatly appreciated! Thanks!...How can I use textinpucolumn in a table with custom data?
Small problems with navigationSort
protected static ?int $navigationSort = 0;
protected static ?int $navigationSort = 0;
Upgrading to 4, static must be compatible with Livewire\Component::fill($values)
performance issues
Dynamically creating or showing RichEditor causes issues.
Custom Bulk Action for Export with Notification in Panel
autocomplete from the global search input problem
Filament 4.1 login with Global Scope on User table
RichEditor component causes horizontal overflow on mobile devices in Filament v4 forms

Action Modals not showing inside ViewRecords
because renderhook on sidebar modal shows in navbar, how to make it normal?
Spatie Media not saving in filament page
dark mode
->darkMode(isForced: true) on your panel provider.Filament v4 migration: Livewire SupportValidation breaks with global dont-discover
