Jack
Jack
Explore posts from servers
FFilament
Created by Jack on 3/13/2025 in #❓┊help
TailwindCSS V4 i use FluxUI and want to use Filament Table Builder
I saw that the table builder does not support the tailwindcss v4. what can i do, i cant downgrade its locked on v4.
3 replies
FFilament
Created by Jack on 2/4/2025 in #❓┊help
Need help on TextColumn
return $table
->query(
$currentTeam->users()->withPivot('role')
->get()
->toQuery()
)
->columns([
TextColumn::make('name')
->label(__('Name'))
->searchable()
->sortable(),

TextColumn::make('email')
->label(__('Email'))
->searchable()
->sortable(),
TextColumn::make('role')
->label(__('Role')),
])
return $table
->query(
$currentTeam->users()->withPivot('role')
->get()
->toQuery()
)
->columns([
TextColumn::make('name')
->label(__('Name'))
->searchable()
->sortable(),

TextColumn::make('email')
->label(__('Email'))
->searchable()
->sortable(),
TextColumn::make('role')
->label(__('Role')),
])
How to show up role, i use jetstream roles. (membership.role) and (pivot_role) not working also (pivot.role)
7 replies
SMSatisfactory Modding
Created by Jack on 2/3/2025 in #help-using-mods
Best mods to use
Which Are the best mods which is no cheating? Can one say? I have like curve builder etc
6 replies
SMSatisfactory Modding
Created by Jack on 1/27/2025 in #help-using-mods
Modding Server buy
where can i buy a server with satisfactory mods?
3 replies
FFilament
Created by Jack on 1/6/2025 in #❓┊help
How to format a TextColumn
Hello, i need to remove html tags from a specific column.
TextColumn::make('body')
->label(__('Body'))
->searchable()
->visibleFrom('md'),
TextColumn::make('body')
->label(__('Body'))
->searchable()
->visibleFrom('md'),
How to remove the html tags from body ->formatStateUsing not working for me.
31 replies
FFilament
Created by Jack on 12/31/2024 in #❓┊help
Table Styling Problem Livewire
No description
5 replies
FFilament
Created by Jack on 12/13/2024 in #❓┊help
Styling issue with table builder pagination
No description
3 replies