angular-ui/ui-grid

Can we avoid Grouping row count in Grouping datatable ?

Open

#5,745 创建于 2016年10月17日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
help wanted

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Angular Grouping Datatable -

If their are 20 records in Brand column.

-When we group brand column then all the records will be in one row - count:1 -If we split this brand grouping - count:21

because one is brand group node and others 20 are records. For this can we avoid counting the grouping row so that we can see only records count?

Pagination is displaying 21 items in one page because it is including group header row as well.

The datatable has search option for every cell. If we search in individual cell, it should show result records.

Please let us know the solution for this. Thank you

贡献者指南