With the following, now part of the header is showing (the columns of the
grid). However, the title bar is now only partially showing. Am I missing
anything?
in layout.html:
{{block header}}
{{end}}
in view extending layout.html:
<div style="position:relative">
<div style="width:600px;">
<div class="grid-header" style="width:100%">
* {{block header}}*
* {{super}} <!-- result is the same with or without super -->*
<label>SlickGrid</label>
<span style="float:right" class="ui-icon ui-icon-search"
title="Toggle search panel"
onclick="toggleFilterRow()"></span>
* {{end}}*
</div>
<div id="myGrid" style="width:100%;height:500px;"></div>
<div id="pager" style="width:100%;height:20px;"></div>
</div>
</div>
--
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.