cobar
Joined: 08/01/2007 17:02:58
Messages: 98
Offline
|
Is it possible to nest table components. My example is a DataTable for which each page in the table represents a week in the current selected month. Each page in the outer table contains a DataTable, lets say the nested data table contains inventory entered in the week displayed on that page. Example. For Oct 2008 there are 5 weeks, (Oct 01 - Oct 04, Oct 05 - Oct 11, Oct 12 - Oct 18, Oct 19 - Oct 25, Oct 26 - Oct 31). Page 1 would contain a DataTable for inventory entered between Oct 01 - Oct 4, page 2 would contain a DataTable for inventory entered between Oct 5 - Oct 11 ect.....
|