© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
Sourabh

Tooltip on table column header

How to set the tooltip on the column header?. instead of each row ?

<?php
       Tables\Columns\TextColumn::make('magento_price')
                    ->label('Price')
                    ->tooltip('Price at magento site')
                    ->sortable()
                    ->searchable()
?>
<?php
       Tables\Columns\TextColumn::make('magento_price')
                    ->label('Price')
                    ->tooltip('Price at magento site')
                    ->sortable()
                    ->searchable()
?>
image.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Icon or Tooltip on the column header
FilamentFFilament / ❓┊help
2y ago
How to set tooltip on table header?
FilamentFFilament / ❓┊help
16mo ago
HintIcon for table header column
FilamentFFilament / ❓┊help
2y ago
Making Table Header and First Table Column Sticky
FilamentFFilament / ❓┊help
3y ago