igniteui-angular-samples
igniteui-angular-samples copied to clipboard
Pin Icon Not Displaying in the Grid Header Template
Description
The pin icon defined using igx-icon with Font Awesome (family="fas", name="fa-thumbtack") does not appear in the grid header template, although the code includes it.
Steps to reproduce
- Navigate to the Ignite UI for Angular Grid Column Moving Demo: Grid Column Moving Demo.
- Inspect the code provided in the demo under the "Pinning" section.
- Observe that the
igx-iconwithfa-thumbtackis present in the code but is not displayed in the grid headers.
Result
The pin icon is not visible in the grid headers, even though it is defined in the code.
Expected result
The pin icon should be displayed in the grid headers, functioning as intended for column pinning.