dynamic html table
- by coder247
hello...
I've to create a dynamic html table using the values configured in a table.
I've a row number,column number and value fields in table. if the values are 1,5 and HELLO correspondingly, then i've to disply this HELLO in row 1 and column 5.
The table structure is like the following.
row column value
1 5 value1
2 8 value2
Any ideas pls...