- Notifications
You must be signed in to change notification settings - Fork 157
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🛠️ status: in-developmentIssues and PRs with active development on themIssues and PRs with active development on themgrid: hierarchical-gridgrid: pagingpaginatorversion: 19.2.xversion: 20.0.x
Description
Description
<igx-hierarchical-grid> // Does not have pagination. <igx-row-island> // Has pagination. <igx-row-island> // Has pagination. <igx-row-island> <igx-paginator *igxPaginator></igx-paginator> </igx-row-island> </igx-row-island> </igx-row-island> </igx-hierarchical-grid>
- igniteui-angular version: master, 20.0.x, 19.2.x
- browser: any
Steps to reproduce
- Add a hierarchical grid with 2-3 nested row islands.
- Set a paginator for the innermost row island.
Result
All row islands have paginators.
Expected result
To be able to set a paginator only for the innermost row island.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug🛠️ status: in-developmentIssues and PRs with active development on themIssues and PRs with active development on themgrid: hierarchical-gridgrid: pagingpaginatorversion: 19.2.xversion: 20.0.x