Handing of large data year-wise

Handing of large data year-wise

shatrughanshatrughan Posts: 85Questions: 15Answers: 0

I have a database over 5000 records with more than 60 attributes. Loading the same at once puts unnecesssary burden on network/browser since I need to access records for a particular year at a time. For this, I have a dropdown list which gets populated with last ten-years depending on the system date and the data of latest year is fetched from the server using ajax variable. When I shift from one year to another, the data of respective year gets loaded but editing thereof do not reflect in table although updated in database. I have to refresh the site and surf to that year to show the updated record. Getting deeper, I found that upon initiazation, the variable passed through the editor with ajax query is not changed with the change of year and that's why correct data is not returned by the server. Please help me to solve this issue..

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    Answer ✓

    Hi @shatrughan ,

    Without seeing your code it's hard to say. Could you post it here, please, and if possible, link to your page.

    Cheers,

    Colin

This discussion has been closed.