is it possible to do this in extjs grid? I couldn't find how to do it...
My Grid suppose to have
row of 5 columns
row of single column
row of 5 columns
row of single column
is it possible to do this in extjs grid? I couldn't find how to do it...
My Grid suppose to have
row of 5 columns
row of single column
row of 5 columns
row of single column
This is not possible in Ext because columns are defined for the whole grid, not individually for rows.
Nevertheless, aren't you looking for this: http://dev.sencha.com/ext/5.1.0/examples/kitchensink/#row-expander-grid?
I think you can start with all rows expanded.