Conditionally Enable scorlling in Datatable 1.9
Conditionally Enable scorlling in Datatable 1.9
rajarajananis
Posts: 29Questions: 0Answers: 0
Hi all,
Could you please tell me how to conditionally enable/disable scrolling (Horizontal) in the Data Table 1.9.0?
if the number of columns exceeds the limit then I need to show the table with horizontal scroll bar or else scrolling should not be enabled..
!!Please help me!!
Raja.S
Bangalore
Could you please tell me how to conditionally enable/disable scrolling (Horizontal) in the Data Table 1.9.0?
if the number of columns exceeds the limit then I need to show the table with horizontal scroll bar or else scrolling should not be enabled..
!!Please help me!!
Raja.S
Bangalore
This discussion has been closed.
Replies
Now the scroll bar is always enabled.
Any updates please...
searchTable.fnSettings().oScroll.sX = "100%";
searchTable.fnSettings().oScroll.sXInner = "110%";
searchTable.fnSettings().oScroll.bCollapse = true;
Please help me