Hi all,
I want to design a table such that my columns and rows will be dynamically created..
for eg.
D1 D2 D3 (columns)
A-row
B-row
C-row
Based on my i/p row and columns should be created dynamically... A,B,C,D are the separate fields.
D1, D2, D3 are the diff values of D that will be based on input.. In table UI element we get all the fields A,B,C,D in column wise only.. How to achieve this acc to ths reqmnt..
Thankx in advance...