SOLVED Datatables 1.10 in jquery ui.dialog
SOLVED Datatables 1.10 in jquery ui.dialog
jemz
Posts: 131Questions: 40Answers: 1
Hi, I have datatables inside in jquery ui.dialog,the problem is that my jquery ui.dialog will create vertical scroll bar,because the height of datables will not fit to juery ui.dialog,how can i adjust the height of datatables ? I am using datatables bootstrap css and js..can you help me please.
Thank you in advance.
This discussion has been closed.
Answers
I just solve it ,I just set to
"lengthMenu": [5]
,then set"lengthChange": false,
,now the vertical scrollbar is gone in jquery ui.dialog.