If I have two independent grid, when I search in one grid, it gets
redirected to the other tab. And I noticed this with other tab panel as
well.
<div id="tabs">
<ul>
<li><a href="#fragment-1"><span>My Projects</span></a></li>
<li><a href="#fragment-2"><span>My Payments</span></a></li>
<li><a href="#fragment-3"><span>My Contacts</span></a></li>
</ul>
<div id="fragment-1">
{{=grid1}}
</div>
<div id="fragment-2">
{{=grid2}}
</div>
<div id="fragment-3">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam
nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat
volutpat.
</div>
</div>
<script>
$( "#tabs" ).tabs();
</script>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.