Fixed row width?

Fixed row width?

kkudikkudi Posts: 77Questions: 0Answers: 0
edited May 2010 in General
Hi,

Is there anyway in DataTables, no matter what, the the width of each row is the same size as the table width?

"bAutoWidth" does not do what I want.

As the table is being dynamically generated some rows take half the table width ( due to the Description column mostly) and others take the entire space.

Thanks for your help!

Replies

  • kkudikkudi Posts: 77Questions: 0Answers: 0
    Can you also do something of the form?

    "aaData" : function() { if (rows) rows; }
This discussion has been closed.