*Question:* I have a Data table displaying on django , but now I like to 
group by when ever I will hide the column.


*column1 column2 column3*

AAA        CAD    25

AAA        USD    12

BBB        CAD    13

BBB        USD    16

CCC        CAD    11

CCC        USD    18


The above table will be displayed on web page using Django, now when ever I 
hide *column2* It should group by and display like below table.


*column1* *column3*

AAA                  37

BBB                  29

CCC                  39


when ever I unhide it again it should display same as first table again.

*can anyone tell me there is any possible way to do it.*


Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a72d7fc7-457b-44e6-853f-921f16cd8f5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to