igniteui-angular
igniteui-angular copied to clipboard
Initially pinned column is not shown in the grid when pinning config has no explicit column setting.
Description
The visible index of the pinned column is not properly determined, even if the template & the group columns are removed from the layout. If pinning config is not set, or columns position is explicitly specified, the issue is not present.
- igniteui-angular version: 20.1
- browser: N/A
Steps to reproduce
- Run dev demos
- Navigate to Hierarchical Grid
- Check the columns in the first grid
- Note the toolbar pinning button > 1 pinned column
Result
The ID column which should be pinned is not present at all.
Expected result
The ID column should be displayed at the first position.