tags:

views:

453

answers:

1

I would like to have a gridpanel with columns that are broken into 2 sub-columns, kind of like this:

| Monday | Tuesday | Wednesday | Thursday |

| In | Out | In | Out | In | Out | In | Out |

| 9 | 4 | 10 | 5 | 8:30| 4 | 10 | 5 |

Is this possible with ExtJS?

+1  A: 

Yes, this is definitively possible. However, you will not find this as out-of-the-box functionality. There is a user extension/plugin (2.0 here) that should do the trick for you. There is also an example in the ExtGWT samples demo that has similar functionality.

Tewr
Perfect- thanks!
Mike Sickler