See http://plnkr.co/edit/u9Rvli?p=preview
The problem: when I use yadcf and scrollX: true the header doesn't scroll because of
.dataTables_scrollHead {
overflow: visible !important;
}
in yadcf.css .... In my case I simply commented out ... but I'd like to know how correctly fix it?