Base solution for your next web application
Open Closed

How to set hint in grid toolbar button? #10339


User avatar
0
SRTMDEV created

1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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>