Table width overflow problem

Table width overflow problem

anjibmananjibman Posts: 115Questions: 10Answers: 0
edited April 2012 in General
Hi All,

I am using DataTable to load large column data. With this large column width data my table is expanding beyond the table header and footer section.

http://www.flickr.com/photos/51927221@N03/7000551199/

I can't use fixed column width and wan to just auto fix the width.

Is this the problem of fixing CSS or is there anything I have to do this?

Replies

  • anjibmananjibman Posts: 115Questions: 10Answers: 0
    I posted in wrong category it should be in general. Sorry.
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Possibly your best bet is to enable x-scrolling with sScrollX . The problem is that the table can't be made any smaller than it currently is - scrolling will allow the overflow to appear a bit nicer!

    Allan
This discussion has been closed.