Currently, no. Not sure how it would handle sorting if at all -- the YUI example is static, does it allow sorting within grouped columns? The Ext grid also allows dynamic hide/show of columns -- again, not sure how that would be handled. It might be possible to add column grouping if certain other features were restricted in that mode, but I'm not sure if that feature is even on Jack's radar.
Thanks for the response. I will be using static data so wouldnt need most of the features of grid. I was just wanting to be sure I couldn't do it within the Ext framework before I just did it with plain yui.
Currently, no. Not sure how it would handle sorting if at all -- the YUI example is static, does it allow sorting within grouped columns? The Ext grid also allows dynamic hide/show of columns -- again, not sure how that would be handled. It might be possible to add column grouping if certain other features were restricted in that mode, but I'm not sure if that feature is even on Jack's radar.
Here is an example of nested headers with sorting within grouped columns. And dynamic hide/show of columns could also works with group as a whole column...