DataTable completely ignoring my column width definitions

DataTable completely ignoring my column width definitions

theodikustheodikus Posts: 25Questions: 10Answers: 0

I've got five DataTable objects on my page: 3 inside collapsible panels, and two others, each inside a jQuery Dialog modal.
The first table obeys the column width definitions, but the other four seem to have minds of their own. I've attempted all combinations of .dataTable // .DataTable // aoColumns // Columns. Any suggestions as to what I can do to get them to work the way I need them to?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin
    Answer ✓

    Have a look at this example which explains the issue and how to resolve it (the example is specifically for Bootstrap tabs, but the same applies to jQuery UI - there are numerous discussions about this in the forum if you use the search option).

    Allan

This discussion has been closed.