Can I use sScrollX / sScrollY and FixedHeader at the same time?
Can I use sScrollX / sScrollY and FixedHeader at the same time?

I have to use sScrollX/ sScrollY along with FixedHeader.
Getting error as alert( "FixedHeader 2 is not supported with DataTables' scrolling mode at this time" );
return; Is there any solution for this to use both at a same time. I am using datatable version 1.9.4 and fixedHeader version 2.1.2
This discussion has been closed.
Replies
I know that currently the FixedHeader is not compatible with tables that have the scrolling features of DataTables enabled (scrollX / scrollY). Is there any workaround to use both functionality at the same time?
No sorry. As you noted FixedHeader is not compatible with scrolling at this time.
Allan
Thanks Allan