I have an index.html that looks uses LOAD to call a function which returns
a table. Here's the code for index.html:
{{extend 'layout.html'}}
<h4> Current State </h4>
<hr>
<div id="table">
{{=LOAD('default','select_table',args=("x10_state_view",
"not_editable"),ajax=True, target='table')}}
</div>
<hr>
Everything looks good, except that the navbar gets duplicated inside the
div that contains the LOAD call. What do I need to do to fix this?
--
---
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/groups/opt_out.