I need to set different headers for child-level data. I am using PrimengTreeTable with Angular 8. Parent records can have an nth level child. For every level I want different headers to be shown. It's like showing a different table at every level. Please help me out with this.
Asked
Active
Viewed 285 times
1 Answers
0
You can use *ngIF
to control. When you expand row, trigger an event that activate the ngIF
make the column visible.

marc_s
- 732,580
- 175
- 1,330
- 1,459

jcmendes98
- 148
- 1
- 10