compatibility matrix
Posted: Mon Jan 24, 2011 4:36 pm
Hi ,
i have 3 tables,
1st table is a list of item
2nd table is a list of other item
and the 3rd is a item1 to item2 list
what i want to be able to do dynamically is create a html table
with items 1 down the left items 2 along the top and then using the 3rd table create a check box grid where if item 1 works with item 2 the box is checked if no record is found in table 3 then its unchecked.
i have tried many ways to do this and im hitting a dead end if i knew the limits of one of the tables id be fine, but as both table 1 and 2 are dynamic and items being added to them daily i don't see how to do this, anyone know where i should start
i have 3 tables,
1st table is a list of item
2nd table is a list of other item
and the 3rd is a item1 to item2 list
what i want to be able to do dynamically is create a html table
with items 1 down the left items 2 along the top and then using the 3rd table create a check box grid where if item 1 works with item 2 the box is checked if no record is found in table 3 then its unchecked.
i have tried many ways to do this and im hitting a dead end if i knew the limits of one of the tables id be fine, but as both table 1 and 2 are dynamic and items being added to them daily i don't see how to do this, anyone know where i should start