Btw, I'm using OpenERP 6.1 :)
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1153426
Title:
[7.0/trunk]webkit-report repeat table header
Status in OpenERP Addons (modules):
New
Bug description:
Hi all,
I found the webkit-report seems does not support repeat header. I try
like this
css:
...
.list_tabe thead {
display:table-header-group;
}
....
report.mako
<table class="list_table" width="100%">
<thead>
<td>col1</td>
<td>col2</td>
</thead>
%for line in objects:
<tr>
<td><td>
<td></td>
</tr>
% endfor
</table>
Is there any solution about this? Any help is appreciated.
Joshua
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1153426/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help : https://help.launchpad.net/ListHelp