Hello.
I have 3 tables in my db.
table 1 structure:
id, level1
table 2 structure:
id, level1, level2
- level1 select from table 1
table 3 structure:
id, level1, level2, level3
- level 1 & 2 (select) from table1 and table 2 with Ajax
I want to make the final result in a grid but as tree view, i tried nested grid but no luck, would you please help me figure this out?
Thanks