fnSetColumnVis function in jquery datatable sends multiple server side calls
fnSetColumnVis function in jquery datatable sends multiple server side calls
mrityunjaysingh
Posts: 1Questions: 1Answers: 0
Hi,
I am using fnSetColumnVis(iCol, false) to hide columns after loading data from server side and it is working fine but the problem is that it sends multiple calls to server to fetch same records. for example if i am hiding 4 columns in table then this function make 4 request to server side and that is performance bottleneck for me .
Any help/suggestions is really appreciated.
Thanks
This discussion has been closed.
Answers
i have the exact same question. multiple calls are being made when fnSetColumnVis is called. is this an issue for anyone else? if so, can you please post the explanation/solution?
yes - no solution yet
Found the answer here: http://datatables.net/forums/discussion/12742/datatables-is-making-two-requests-to-my-server-with-debug-table