I read about this rowexpander feature of grids in ExtJS, but this only works, like the name suggests, for rows. I'd like to put grids into single cells of another grid, to display detailed data. I read that it is possible to nest anything into any component with ExtJS4, but I can't find an example of this.
What I want to do:
Use a big grid for my data, but one field of the records has about >20 sub-entries. So I would like to put everything in one row, but the one field should be a 1-column grid in 1 field of every row. So the user can scroll to this one cell and I keep the width of rows small.
ID | hits | key/value
1 | 123 | a = 2rtr
---------------------
2 | 234 | a = 53jgh
---------------------
3 | 345 | a = 10asd <--- 1 column table/for scrolling
| | b = 111asd
| | c = 123adsad
| | ...
---------------------
4 | 456 | b = xyz