We have an ExtJS Grid Panel that has grown to include too many columns (imo), so I am looking into enfolding some data into "sub-rows" of the main row. Like:
Data1 | Data2 | Data3 | Data4 | Data5
Some additional data that spans
Data1 | Data2 | Data3 | Data4 | Data5
Some additional data that spans
I am aware of the expander
plugin, but we wouldn't need the expand/collapse functionality and always need the sub-rows open.
Any thoughts or ideas?
Thanks in advance.