The table loads super and editing is also slow to start when rowexpansion
is added for large data 2000 rows by 64 columns and 10000 rows by 5 columns. It looks like lazy load is not implemented on it. I was thinking of just loading expanded rows only when the button is clicked. I tried to bind with *ngIf
and the expand button click but it didn't expand. Even conditionally disabling using *ngIf for tables with no related record didn't work. Is there any way of making it lazy load?
I have live example in stackblitz.