I'm using ngx-datatable client side tree table. When i'm expanding row with lots of children rows i have huge delay between click and moment when all children rendered. Is it possible to avoid this delay? demo
Asked
Active
Viewed 163 times
0
-
Are you using in-memory data for table population? – Rafaqat Ali Aug 27 '20 at 14:47
-
How many records are there in the expanded row? – Bruno Farias Aug 27 '20 at 16:20
-
@RafaqatAli Yes. This is mock data, so there is no asynchronous requests – Igor Mokrenko Aug 27 '20 at 20:05
-
@BrunoFarias it's about 100 records. – Igor Mokrenko Aug 27 '20 at 20:06