Adding Dynamic row to a table ignores sScrollX property on DataTable

Adding Dynamic row to a table ignores sScrollX property on DataTable

legolas8920legolas8920 Posts: 5Questions: 0Answers: 0
edited July 2012 in General
Hi all. I created a discussion in the TableTools category but i'm not sure if that is the correct place to put it so i'm creating the same one here, the situation is the following: 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.