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()
?>
image.png
Was this page helpful?