Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NG-grid grouping Expand or Collapse #1074

Closed
SelvaD opened this issue Mar 24, 2014 · 4 comments
Closed

NG-grid grouping Expand or Collapse #1074

SelvaD opened this issue Mar 24, 2014 · 4 comments

Comments

@SelvaD
Copy link

SelvaD commented Mar 24, 2014

I have 3 issues in Ng-Grid grouping, can you please help

  1. I need the gropuping and the Group header to be in a seperate row , but i dont need the Expand or Collapse option and icon .

  2. How to apply Style to the Group Header

  3. Need to remove the count from the Group Header

@c0bra
Copy link
Contributor

c0bra commented Mar 26, 2014

Not sure what #1 means exactly. Can you clarify with a full paragraph?

Have you tried using a custom aggregateTemplate.?

@SelvaD
Copy link
Author

SelvaD commented Mar 26, 2014

In the existing ng-grid, when we do grouping we have the below format

row1column2 row1column2 row2column2 row2column2

row1column2 row1column2 row2column2 row2column2

But i needed like below, no need the expand collapse arrow and count of rows

row1column2 row1column2 row2column2 row2column2
row1column2 row1column2 row2column2 row2column2

@SelvaD
Copy link
Author

SelvaD commented Mar 26, 2014

Ignor my previous comment , let me type again

@SelvaD
Copy link
Author

SelvaD commented Mar 26, 2014

In the existing ng-grid, when we do grouping we have the below format

(expand Collapse arrow ) (Group1 Name) ( group row count)
(table Header1) (table Header2)
row1column2 row1column2
row2column2 row2column2

(expand Collapse arrow ) (Group2 Name) ( group row count)
(table Header1) (table Header2)
row1column2 row1column2
row2column2 row2column2

But i needed like below

(Group1 Name)
(table Header1) (table Header2)
row1column2 row1column2
row2column2 row2column2

(Group2 Name)
(table Header1) (table Header2)
row1column2 row1column2
row2column2 row2column2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants