FixedColumns makes additional server side requests...
FixedColumns makes additional server side requests...
jQuery 1.6
dataTables 1.8.0
FixedColumns 2.0.0 (stable)
I have a dataTable that is being populated from a server side request. After adding in FixedColumns, two additional requests are made to the server (making three total calls to the server on a single page load). Is this a bug or is there some setting I am missing to stop the additional requests? I am have some quick testing and it appears that simply adding "new FixedColumns( oTable)" to a functioning dataTable, the additional requests are made.
Thanks,
Pat
dataTables 1.8.0
FixedColumns 2.0.0 (stable)
I have a dataTable that is being populated from a server side request. After adding in FixedColumns, two additional requests are made to the server (making three total calls to the server on a single page load). Is this a bug or is there some setting I am missing to stop the additional requests? I am have some quick testing and it appears that simply adding "new FixedColumns( oTable)" to a functioning dataTable, the additional requests are made.
Thanks,
Pat
This discussion has been closed.