How to install Filament tables a Laravel project if it uses Tailwind v4?
Is there a way to allow Split (table layout) to work on all breakpoints?
->from('2xl')
then it still only works on all BUT 2xl
. I want it to work on all and never switch to the traditional layout.Stack
not Split
.Tenant relations
Select options are not loading along with afterStateHydrated(). whats wrong with my code?
Filament layout to livewire component
Newly cloned filament project unable to run
php artisan
commands because of this error.
What I've done so far:...
Cluster, subNav, add the CreateRecord action page to parent
protected static bool $shouldRegisterNavigation = true;
in pages/Create$Model.php, as well as Setting the navigationGroup but the Create page doesn't show (although the List page does as per UserResource). Also the subnav isn't respecting collapsible(false) on the navigationgroup::make. Thanks!...Can you have a "Next" and "Prev" button, inside an Edit page
Custom Eloquent query shows wrong data in form() / User role management
Table merging Heading and Toolbar
Is it possible to use "create new option in modal" feature with polymorphic select?
Select::make() get the inner html
Select::make('language_id')
->relationship('language', 'slug')
->afterStateUpdated(function(?string $state, ?string $old) {}
Select::make('language_id')
->relationship('language', 'slug')
->afterStateUpdated(function(?string $state, ?string $old) {}
Ordering image does not behave as expected in relationship modal
Create custom page error
Scroll to bottom when opening a modal?
Custom Page Table Method Edit Action passing Current Record
Infolist link not clickable
Issue with Fieldset Visibility on Form Edit first render
Student Information
) that should only be visible when the role field is set to 4
. The role is set via a Select field where I assign a role ID.
The Problem:
- When editing a user with an existing role ID (e.g., 4), the Student Information
fieldset doesn't appear on first render until I change the role and then set it back to 4
.
- I expect the fieldset to be visible as soon as the form is rendered if the userβs role id is already 4
, but it remains hidden until the role is selected again....Test Livewire on a particular resource
Pass data from parent modal to child