Closed dpasyutin closed 5 years ago
Hi! It seems that all rows are collapsed by default on initial load. Is it possible to have specific row(s) expanded by default? Thanks
I think yes. Check this example. Check documentation for expandRow.
Ok, I managed to do what I want by calling expandRow() from the component's ngAfterViewInit(). Thanks for the pointer.
Hi! It seems that all rows are collapsed by default on initial load. Is it possible to have specific row(s) expanded by default? Thanks