Resizing table inside jQueryUI dialog
Resizing table inside jQueryUI dialog
gmf811
Posts: 5Questions: 0Answers: 0
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).
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).
This discussion has been closed.
Replies