roy21
roy21
FFilament
Created by roy21 on 9/16/2024 in #❓┊help
import csv with pivot table
Hi everyone, how to import csv data and insert it to pivot table?
3 replies
FFilament
Created by roy21 on 9/11/2024 in #❓┊help
select filter lazy loading
How to add lazy loading to the select filter on table? Something like this if available
SelectFilter::make('status')
->paginate(10)
SelectFilter::make('status')
->paginate(10)
Thank you
6 replies
FFilament
Created by roy21 on 8/20/2024 in #❓┊help
Create table subheaders and merge table cell
No description
6 replies
FFilament
Created by roy21 on 8/12/2024 in #❓┊help
How to Set FiltersLayout::AboveContentCollapsible to be expaned by default
I need a filter on top of table that can be collapsible, but expanded by default
2 replies
FFilament
Created by roy21 on 8/8/2024 in #❓┊help
make date range filter inline
No description
5 replies
FFilament
Created by roy21 on 8/7/2024 in #❓┊help
[Group] Using table id as the key, but display the name at the table
I want to group my table by classroom.id, but when displaying the grouping at the table, it should show the classroom.name for example something like this return $table ->query($query) ->groups([ Group::make('classroom.id') ->displayUsing('clasroom.name') ]) for example the displayUsing function will using the classroom.name as the grouping label. Any similar method that I can use? Thank you
4 replies
FFilament
Created by roy21 on 8/2/2024 in #❓┊help
Add Dropdown element to Laravel Filament top bar
No description
5 replies