0

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

Community
  • 1
  • 1
user1025852
  • 2,684
  • 11
  • 36
  • 58

1 Answers1

0

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.

Saki
  • 5,827
  • 2
  • 15
  • 15
  • No, row expander has been around for some time, I think since version 2 so it's included in 4.2 for sure – Saki Feb 05 '15 at 12:51