1

I have a nested data, parent rows and child rows in a fixed data table. What I want to do is to hide the child rows (identified by some property like non null parentId) initially. Parent row will have some link (show more) which when clicked will show the hidden children of the parent row. I am assuming the order of rows like:

Parent 1 row 
child row1 of parent 1
child row2 of parent 1 
child row3 of parent 1 
...
child rown of parent 1
Parent 2 Row 
... 
...
Parent n Row

Has anyone tried nested fixed data table? Any help will be appreciated.

Kailas
  • 7,350
  • 3
  • 47
  • 63
dhirajbasukala
  • 171
  • 2
  • 9

0 Answers0