I am trying to create a custom table plugin with infinite scroll with lazy loading of query. I have a list of 50000 Rows and query loads all the data at a time i want to make it a infinite scroll with query calling 50 rows at a time and show them Can anyone help me with it
I have tried event handling for scroll but backend doesn't hit