Need detail about dynamic table creation
Dear FriendsI am struggle with one new requirement.My requirement is I want to create one table.For ex: hight =100px and with =100 px. now to split that height and width. i can split this table as equal part easily. but if i give input for spliting the table like height =10 and width=40 means that table should have 10 (10*10=100) part of height and 2 (2*40=80 and 20 is palance) part of width. this balance 20 is should be showing in table. can any one guide me.