Jump to content

Multilevel grouping


gex

Recommended Posts

Hi all!

Grouping by Vendor column and by Price column is common.

How add grouping by device column.

Example table below:

 

 

Code:
+-------+--------+-------+|Device | Vendor | Price |+-------+--------+-------+|       | nVidia |  30   || Video | Radeon |  20   ||       |  ATI   |  10   |+-------+--------+-------+|       | ESS    |  30   || Audio |Cristal |  20   ||       |Creative|  10   |+-------+--------+-------+|  CPU  | Intel  |  20   |+-------+--------+-------+|       | LG     |  30   ||       | VS     |  20   ||Monitor| Sams   |  10   ||       | Sony   |  20   ||       | DD     |  30   |+-------+--------+-------+

Post Edited by Constantine Ponomarev at 11/15/08 12:24
Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I know how make that.... 

Code:
+----------------+|      Video     |+--------+-------+| nVidia |  30   || Radeon |  20   ||  ATI   |  10   |+--------+-------+|     Audio      |+--------+-------+| ESS    |  30   ||Cristal |  20   ||Creative|  10   |+--------+-------+|      CPU       |+--------+-------+| Intel  |  20   |+--------+-------+|     Monitor    |+--------+-------+| LG     |  30   || VS     |  20   || Sams   |  10   || Sony   |  20   || DD     |  30   |+--------+-------+
Link to comment
Share on other sites

I need make group header in left column

Code:
+----------------+|      Video     |+--------+-------+| nVidia |  30   || Radeon |  20   ||  ATI   |  10   |+--------+-------+         |         V+-------+--------+-------+|       | nVidia |  30   || Video | Radeon |  20   ||       |  ATI   |  10   |+-------+--------+-------+        
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...