MstrBob wrote:Well, of course your demonstration was just that of a basic, non-nested table, so I'm a little confused.
I'm not trying to be stubborn here, but I really can't think of a situation where having nested data tables would be beneficially or neccessary. (Because as we all know here, our tables should only be data tables).
Okay, sorry, I wasn't quite clear enough.
Item Item Price
---------------------------------------
'61 Chevy |$400
[U]-A/C |$45[/U]
[U]-Power Locks |$20[/U]
---------------------------------------
'76 Ford |$10
---------------------------------------
'99 Dodge |$450
[U]Passenger SRS |$0.00[/U]
---------------------------------------
Does that sort of make more sense? Where you have a table (cars, prices) with other tables inside (upgrades and their prices and information).
Sorry, it makes a lot of sense to me having done complicated invoices in this method before (where nested information just looks better this way).