igniteui-angular-samples icon indicating copy to clipboard operation
igniteui-angular-samples copied to clipboard

Pin Icon Not Displaying in the Grid Header Template

Open georgianastasov opened this issue 11 months ago • 0 comments

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

  1. Navigate to the Ignite UI for Angular Grid Column Moving Demo: Grid Column Moving Demo.
  2. Inspect the code provided in the demo under the "Pinning" section.
  3. Observe that the igx-icon with fa-thumbtack is 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.

Attachments

1

georgianastasov avatar Nov 28 '24 08:11 georgianastasov