1. #1
    Ext User
    Join Date
    Sep 2009
    Posts
    5
    Vote Rating
    0
    ckuser is on a distinguished road

      0  

    Question ColumnTree Example add Header

    ColumnTree Example add Header


    Hi everybody.

    I have to do a columnTree like the image.

    Could anyone tell me how can i do it?

    Adsız.jpg

  2. #2
    Sencha - Architect Dev Team aconran's Avatar
    Join Date
    Mar 2007
    Posts
    8,185
    Vote Rating
    63
    aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice aconran is just really nice

      0  

    Default


    You want grouped headers in the columntree? Take a look at the markup generated in the header, (Ext.ux.tree.ColumnTree's onRender method) you'll have to implement another row of headers above the first ones.
    Aaron Conran
    @aconran
    Sencha Architect Development Team

  3. #3
    Ext User
    Join Date
    Sep 2009
    Posts
    5
    Vote Rating
    0
    ckuser is on a distinguished road

      0  

    Default


    Yes, I want grouped headers in the columntree.

    Thanks..