recomended number of datatables on a web page?
recomended number of datatables on a web page?
muhammad_akif
Posts: 8Questions: 4Answers: 1
I want to ask that what is the recommended max number of datatables on page. if we use 10 datatables on a page does it create a performance tweak!!!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
@allan kindly please answer my question
There can be no one-size-fits-all answer to such a question. How big is a datatable? How complex is the code? What does the data look like? Etc. etc.
Situations differ dramatically from one to another.
You would have to do your own performance testing for your particular situation.
if there are almost 5000 rows in each column i wrote a wrapper of angularjs on jquery datatables.
You might something need to wait just a little longer than 4 hours before bumping your thread... If it is very important for you that I reply, there is priority support.
If you have 10 tables all of which contain 5000 rows, then you probably will start to run into performance limitations of the browser - that's a lot of data for the end user to download apart from anything else.
However, DataTables has no hard limits in it, so really what you would need to do is run a performance profile on your page and see where you can make it faster.
Allan