0
SRTMDEV created
1 Answer(s)
-
0
Hi @SRTMDEV
Is your project Angular or jQuery ? If it is Angular, you can place any HTML into your table header definition as shown below;
<ng-template pTemplate="header"> <tr> <th>Name <i class="fa fa-info" tooltip="Test message"></i> </th> .... </tr> </ng-template>