Datatable inside tab, header not on correct size until clicked
Datatable inside tab, header not on correct size until clicked
makoychan
Posts: 3Questions: 1Answers: 0
Hi,
I have 2 tabs and placed 1 table for each tab. The other table's header is always not in correct size until i click it.
Is this a bug or i am missing something on my code?
This discussion has been closed.
Answers
Hi @makoychan ,
It'll be something specific to your code. We're happy to take a look if you could link to a test case/page demonstrating the problem,
Cheers,
Colin
<datatable>
<function>
$("#dvTab").tabs();
<html>
<div id="dvFileContainter" class="form-inline required" style="height:30%;border-top:double; ">
<input type="button" value="Combine and download" onclick="DeferredTask()" />
<br />
<br />
<div id="dvTab">
<ul>
<li><a href="#sets" id="tabSets" onclick="SaveActiveTab(this)" >Drawing Sets</a></li>
<li><a href="#references" id="tabReferences" onclick="SaveActiveTab(this)">References</a></li>
</ul>
That's a lot of code to wade through. As I said before, we're happy to take a look, but it would help, as per the forum rules, if you could link to a running test case showing the issue so we can offer some help. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin