Server side datatable that doesn't dismiss downloaded data

Server side datatable that doesn't dismiss downloaded data

wadswads Posts: 1Questions: 1Answers: 0

I have made functioning server side datatable, but after scrolling down until it fetches new data and the scrolling up it does request again. Any way to make datatable not dismiss previously downloaded rows?

Answers

  • allanallan Posts: 63,783Questions: 1Answers: 10,511 Site admin

    You could consider using pipelining. The local data store isn't infinite, but it might suit your needs.

    Allan

This discussion has been closed.