Columns width

Columns width

gbalugbalu Posts: 16Questions: 0Answers: 0
edited March 2014 in General
How to adjust columns width in this table. when number of columns are increased, In bottom scroll bar is coming, how to solve this problem.
Here is test case link: http://live.datatables.net/qiwobet/1/edit

Thanks

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    You could use sScrollX to enable scrolling and `td { white-space: nowrap; }` to disable text content wrapping.

    Allan
This discussion has been closed.