Multiple server requests

Multiple server requests

bwijnsbwijns Posts: 6Questions: 0Answers: 0
edited November 2013 in DataTables 1.9
I use DataTables to show data on my website (http://openlinkeddata.com/open-data.php?report=1&data_group=0).
The initial loading of the table goes fine. Just one server request is made to get the data.

When a users clicks on additional information, then a server request is made to request the additional data.
The problem is that not one server request is made, but 6 server requests (with the same links, so same GET variables)

Can someone explain me when these server requests are made (what executes them) and how I can reduce them?
This discussion has been closed.