Wrong layout and with of the table in iframe
Wrong layout and with of the table in iframe
kissinger99
Posts: 5Questions: 0Answers: 0
Hallo!
I have insert the dataTable in an Joomla-ifame-wrapper:
http://cheap-house.de/wrapper-test1.html
It is ok.
Then I have insert an dataTable with editor in an Joomla-ifame-wrapper:
http://cheap-house.de/wrapper-test.html
There are 2 problems:
1) the witdh of the table is out of the iframe (the table has width="100%")
2) the Layout of the jQuery UI themes example ("bJQueryUI": true,) is not ok
What can I do to solve this problems? Please help!
Thank you!
I have insert the dataTable in an Joomla-ifame-wrapper:
http://cheap-house.de/wrapper-test1.html
It is ok.
Then I have insert an dataTable with editor in an Joomla-ifame-wrapper:
http://cheap-house.de/wrapper-test.html
There are 2 problems:
1) the witdh of the table is out of the iframe (the table has width="100%")
2) the Layout of the jQuery UI themes example ("bJQueryUI": true,) is not ok
What can I do to solve this problems? Please help!
Thank you!
This discussion has been closed.
Replies
[code]
#dt_example #container {
width: 800px;
}
[/code]
which is going to conflict.
You need to modify the DataTables demo CSS.
Allan
THANK YOU, I solved the first problem with the widht.
But can you also help me with the jQuery UI - Layout?
here the website: http://cheap-house.de/editor/laender2.html
And the debug bookmarklet: uneguz
Thank you!