Client-side show 50,000 rows with ajax request
Client-side show 50,000 rows with ajax request
rohit99
Posts: 22Questions: 9Answers: 0
I need to bind thousands of records at the client side.
I am not able to use server-side option.
Any option available to bind a large amount of data without using server-side request.
Can you help us?
This discussion has been closed.
Answers
Hi @rohit99 ,
Without using
serverSide
your options are going to be limited. This section of the FAQ makes some suggestions.Cheers,
Colin