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

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

nishantjadhavnishantjadhav Posts: 4Questions: 1Answers: 0

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

Replies

  • nishantjadhavnishantjadhav Posts: 4Questions: 1Answers: 0

    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?

  • allanallan Posts: 64,943Questions: 1Answers: 10,758 Site admin

    No sorry. As you noted FixedHeader is not compatible with scrolling at this time.

    Allan

  • nishantjadhavnishantjadhav Posts: 4Questions: 1Answers: 0

    Thanks Allan

This discussion has been closed.