subtable, extended table ExtJS
subtable or extended table, I do not know how to be more correct to call it.
I need to implement the table with the following structure:
Car | Number | Price | Date |
Mazda | 0122335 | $20000 | 01.08.10 |
_________________________开发者_StackOverflow社区___| $19999 | 02.08.10 |
____________________________| $19500 | 03.08.10 |
____________________________| $19000 | 04.08.10 |
Toyota| 0254785 | $50000 | 01.08.10 |
_BMW | 1212222 | $80000 | 04.08.10 |
____________________________| $75000 | 06.08.10 |
____________________________| $70000 | 08.08.10 |
____________________________| $65000 | 10.08.10 |
____________________________| $60000 | 12.08.10 |
____________________________| $55000 | 15.08.10 |
as you see, one row of Сar - we have several lines with Price and Date.
I not found examples of such a structure, so please help on the forum. Maybe someone knows how to implement such a table. Thks.
Grouping grid? http://dev.sencha.com/deploy/dev/examples/grid/grouping.html
Yes, perhaps you're right, it is necessary to magic some standard examples
精彩评论