1

I've tabular data which would cross thousands of records, Initially only 1000 records would be populated in the grid. upon scroll, the next 1000 records would be appended on each scroll till all the records are populated.

Furthermore I shouldn't have page level scroll i.e., overflow: none for the body and the content level scroll on the div would be present.

I've tried infinite Scroll link but it doesn't satisfy my requirement, the scroll event gets triggered only where page level scroll is available but not when we apply infinite scroll on the content level.

Can you let me know if any alternative plugins available to fetch next set of records on demand scroll or any suggestion on how to apply infinite scroll on content level is also appreciated?

BVS
  • 421
  • 1
  • 6
  • 14

1 Answers1

0

setting property as scrollWindow false made the content level scroll infinitely..

BVS
  • 421
  • 1
  • 6
  • 14