Resizing table inside jQueryUI dialog

Resizing table inside jQueryUI dialog

gmf811gmf811 Posts: 5Questions: 0Answers: 0
edited March 2014 in DataTables 1.9
I want to put a dataTable inside a jQueryUI dialog. This works fine. The dialog is resizable.

Using the "flexible width" example as a guide I trapped the dataTable inside a container. When i resize the datatable, the search bar at the top and the navigation bar at the bottom resize, but the columns themselves to not.

Is what I'm trying to do possible? Or should I fix the width of the table and rely on the dialog's scrollbars?

(I'll try to get a jsFiddle working tomorrow if it would help).

Replies

  • gmf811gmf811 Posts: 5Questions: 0Answers: 0
    edited March 2014
    An example of the issue: http://jsfiddle.net/9hGTs/3/
This discussion has been closed.