loading large dataset in datatable using ajax call

loading large dataset in datatable using ajax call

nijanija Posts: 2Questions: 1Answers: 0

now i am dealing with loading large dataset(10,000) in datatable.for this i coded as to load 1,000 record in the first attempt.The remaining data should load after scrolling only(ie,after seeing the 1000 records a backend request is send to load the next 1000 records).Can you please help me to code as in my method.I want to code in the scroll event $('.dataTables_scrollBody').on('scroll', function() {....});

This discussion has been closed.