fnSetColumnVis function in jquery datatable sends multiple server side calls

fnSetColumnVis function in jquery datatable sends multiple server side calls

mrityunjaysinghmrityunjaysingh 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

Answers

This discussion has been closed.