Table row doesn't take up the whole width

It doesn't seem to be taking up the whole width. This is my code:
->columns([
Split::make([
Stack::make([
TextColumn::make('first_name')
->searchable()
->sortable()
->weight('medium')
->alignLeft(),

TextColumn::make('email')
->label('Email')
->color('gray')
->alignLeft(),
])->space(),

Stack::make([
TextColumn::make('phone')
->icon('heroicon-m-phone')
->label('Phone')
->alignLeft(),

TextColumn::make('comm_method')
->icon('heroicon-m-chat-bubble-oval-left')
->label('Preferred Communication Method')
->alignLeft(),
])->space(2),
])->from('md'),
->columns([
Split::make([
Stack::make([
TextColumn::make('first_name')
->searchable()
->sortable()
->weight('medium')
->alignLeft(),

TextColumn::make('email')
->label('Email')
->color('gray')
->alignLeft(),
])->space(),

Stack::make([
TextColumn::make('phone')
->icon('heroicon-m-phone')
->label('Phone')
->alignLeft(),

TextColumn::make('comm_method')
->icon('heroicon-m-chat-bubble-oval-left')
->label('Preferred Communication Method')
->alignLeft(),
])->space(2),
])->from('md'),
I checked out the source code of the filament demo and noticed there's a w-full class in there.
No description
No description
4 Replies
toeknee
toeknee16mo ago
Did you upgrade? What happens if you remove ->from('md')
Dennis Koch
Dennis Koch16mo ago
->grow(1) on the Split?
.orelyus
.orelyusOP16mo ago
Neither removing from('md') nor adding ->grow(1) works unfortunately Forgive my ignorance, I'm pretty new with this composer stuff but how do you get to the latest version of filament? I tried ^3.0 but it doesn't get the 3.0.39 version Oh nevermind, I forgot to include the filament/forms Upgrading did the trick. Thank you!
toeknee
toeknee16mo ago
great
Want results from more Discord servers?
Add your server