newbie question: dealing with a large dataset.

newbie question: dealing with a large dataset.

james Kjames K Posts: 4Questions: 3Answers: 1

Hello !
Currently my table takes a while to load as I am loading all the records. (I make a rest call to get my data)

Take two:
I want to make it faster.
I think of 2 options.

1) Get a set of search parameters first. Do a rest call and then draw the table?
2) If server side is the right way to do it..
How can I define the first set of records to display?
And does each search make a server side call to fetch the data?

Can you please provide your feedback on how I can go about with these options

Thanks for your help!

James.

Answers

This discussion has been closed.