How to access internal scroll settings?
How to access internal scroll settings?
I'm using a scroll plugin, to achieve a smoother scrolling experience and have the same looking scroll in all of the systems / browsers. The problem with it is that when my table has a scrollX: true, it doesn't scroll the header left / right since DT doesn't see this scroll event.
Is there a way to access scroll settings (and trigger scroll)? I know that I probably need to manipulate settings.nScrollHead but I don't have any clue how to access it from the outside.
Any advice would be helpful.