Is it possible to have two headers in Ext JS grids? I have to show my grid as grouped data.. for example product types and products. In my case I need a grid like this:
Field | Product Type A | Product Type B |
--------------------------------------------------
| A1 | A1 | B1 | B2 | B3 |
-------------------------------------------------------------
T1 3 4 3 2 1
T2 3 8 1 5 8
-------------------------------------------------------------
Is grid layout possible like this?
Thanks for help in advance..
Regards, Abdel Olakara