It seems table lazy load works only for the case where table height is fixed and page size is lesser than some percentage. I tried with page size< 20 and table height=500px, and lazy load didn't work. It somehow worked if I increase the page size>=25. Ideally, it should support both cases, 1. Infinite scroll, i.e, the table with variable height and 2. page size of any length.
It seems table lazy load works only for the case where table height is fixed and page size is lesser than some percentage. I tried with page size< 20 and table height=500px, and lazy load didn't work. It somehow worked if I increase the page size>=25. Ideally, it should support both cases, 1. Infinite scroll, i.e, the table with variable height and 2. page size of any length.