Punyapal Shah
Punyapal Shah
FFilament
Created by Punyapal Shah on 5/20/2024 in #❓┊help
tooltip
Junior dev wasn't aware of it! Thanks 👍
11 replies
FFilament
Created by Punyapal Shah on 5/20/2024 in #❓┊help
tooltip
I found the Issue. It caused by some assets injected through body end and head start hooks!
11 replies
FFilament
Created by Punyapal Shah on 5/20/2024 in #❓┊help
tooltip
Thanks for the update
11 replies
FFilament
Created by Punyapal Shah on 5/20/2024 in #❓┊help
tooltip
Woops 👀
11 replies
FFilament
Created by Punyapal Shah on 5/20/2024 in #❓┊help
tooltip
Split::make([
Tables\Columns\TextColumn::make('start_time')
->time('H:i')
->grow(false)
->tooltip('Start Time')
->icon('heroicon-m-clock'),
Tables\Columns\TextColumn::make('between_time')
->grow(false)
->default('-'),
Tables\Columns\TextColumn::make('end_time')
->time('H:i')
->grow(false)
->tooltip('End Time'),
]),
Split::make([
Tables\Columns\TextColumn::make('start_time')
->time('H:i')
->grow(false)
->tooltip('Start Time')
->icon('heroicon-m-clock'),
Tables\Columns\TextColumn::make('between_time')
->grow(false)
->default('-'),
Tables\Columns\TextColumn::make('end_time')
->time('H:i')
->grow(false)
->tooltip('End Time'),
]),
11 replies
FFilament
Created by Punyapal Shah on 5/20/2024 in #❓┊help
tooltip
11 replies
FFilament
Created by Lukas Jankauskas on 10/8/2023 in #❓┊help
TextColumn tooltip displays content and theme
facing same issue
18 replies
FFilament
Created by Punyapal Shah on 11/1/2023 in #❓┊help
client side Datatable
Thanks @Dennis Koch, I was just cross checking if it possible to do so... thanks for your time
8 replies
FFilament
Created by Punyapal Shah on 11/1/2023 in #❓┊help
client side Datatable
I'm working with widgets. I have 5 widgets one of which I'm using for filters, it dispatch event with the filters. I have a common function that provides data to all widgets from the cache based on filters. so the case is I already have the data on the client side and if I use table builder then I have to provide a query and all things work with server call even if I have data already. Ttherefore I'm looking client side debatable
8 replies
FFilament
Created by Punyapal Shah on 10/17/2023 in #❓┊help
Table UI (Per Page)
thanks again
6 replies
FFilament
Created by Punyapal Shah on 10/17/2023 in #❓┊help
Table UI (Per Page)
ok thanks
6 replies