Adding rows dynamically ignores the sScrollX option
Adding rows dynamically ignores the sScrollX option
legolas8920
Posts: 5Questions: 0Answers: 0
Hi all. I created an API for updating and adding rows using ajax. The functions use fnAddData(), fnUpdate under the hood and it works perfectly it gets the information in the table. But there is an issue with this, when i add the rows and if the length of the rows is larger than the length of the div container, it doesn't display the horizontal scroll (as it should). I haven't been able to solve this, i tried using fnDraw() which doesn't solve this problem. So my question here is: am i doing something wrong or is there a way to force the horizontal scroll to appear?
This discussion has been closed.