i am using angular igx-tree-grid for my application. when there is no data in grid pagination shows wrong. showing 1 of 0 in grid.
i need to completely remove pagination when there is no data in grid
when there is no data grid shows 1 of 0 pagination(wrong)
when there is no data in grid i want to remove pagination completely
@zdrawku as i remember this is a general issue for the Grid
@SlavUI thank you. let me know when it will be fixed
@SlavUI i am need for this bug let me know when it will be fixed and when it will be relesed. thanks
@prabakaran1311 When we plan it I will let you know :)
@SlavUI @StefanIvanov How do we want to fix this issue? Should we hide the paginator or rather show page 1 of 1?
Since there is absolutely no data in the grid, I believe that hiding the paginator is a much better approach and solution.
Consider also the case when filtering is applied, and no data is returned, related issue https://github.com/IgniteUI/igniteui-angular/issues/485