Sujay Barma
Sujay Barma
FFilament
Created by Sujay Barma on 8/31/2024 in #❓┊help
Show multiple column data in a single table column.
I am trying to show 3 columns data in single Table column. But it show only blank.
Tables\Columns\TextColumn::make('properties')->label('Properties')
->formatStateUsing(function($record){
return "Length: {$record->length} \n Frames: {$record->frames} \n Size: {$record->size}M";
})->wrap(),
Tables\Columns\TextColumn::make('properties')->label('Properties')
->formatStateUsing(function($record){
return "Length: {$record->length} \n Frames: {$record->frames} \n Size: {$record->size}M";
})->wrap(),
Please suggest.
7 replies
FFilament
Created by Sujay Barma on 8/28/2024 in #❓┊help
Using Step Form with Livewire
No description
3 replies
FFilament
Created by Sujay Barma on 8/26/2024 in #❓┊help
How to trigger a click event on 'next' button click in Wizard Step form.
No description
6 replies
FFilament
Created by Sujay Barma on 8/24/2024 in #❓┊help
Rendering Livewire Table Using Wizard Step in Resource
No description
2 replies
FFilament
Created by Sujay Barma on 8/22/2024 in #❓┊help
Can we have 2 level Relation Manager
No description
7 replies
FFilament
Created by Sujay Barma on 8/18/2024 in #❓┊help
Popup Model With Multi-Step Form
No description
5 replies
FFilament
Created by Sujay Barma on 8/13/2024 in #❓┊help
How to get file size after file upload?
No description
9 replies