faster load times
faster load times
overhead
Posts: 20Questions: 0Answers: 0
hi Guys,
I currently use DataTables for a table with about 8000 records and more. Unfortunately, I noticed that the data are indeed there fast but the structure of the table with all function takes longer.
What can you do to make loading the script faster?
Or is that not possible?
This discussion has been closed.
Replies
This FAQ discusses options to increase speed:
https://datatables.net/faqs/index#speed
Kevin
I already query serverside and then build the table with rows.
I think that the selectmenu thing takes too long, because the selectmenu again looks what it all in the table and has to create as options.
Could be. Its hard to say without seeing your code.
If you disable that code does the table load at the speed you expect?
How are you obtaining the data for the select?
How many items are in the select?
Kevin