tooltip

anyone facing this issue in tooltip? filament V3.2.80
5 Replies
LeandroFerreira
LeandroFerreiraβ€’6mo ago
it is working here. Could you share the code you are using?
Punyapal Shah
Punyapal ShahOPβ€’6mo ago
FYI: https://discord.com/channels/883083792112300104/1160658662977712140 I'll share code in a few minutes!
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'),
]),
LeandroFerreira
LeandroFerreiraβ€’6mo ago
Punyapal Shah
Punyapal ShahOPβ€’6mo ago
Woops πŸ‘€ Thanks for the update I found the Issue. It caused by some assets injected through body end and head start hooks! Junior dev wasn't aware of it! Thanks πŸ‘
LeandroFerreira
LeandroFerreiraβ€’6mo ago
no problem ✌️
Want results from more Discord servers?
Add your server