Reporting

Hi,
i am a new ruby on rails user.
while in my project, i have displayed some data from db in tabular form
contain a header , body and footer.
now there is a print page option.
so when i print the data (consist of 4-5 pages), the header comes on the
first page, i want the header of the report to come on each page of
report.

so any solution.
thanks

hi,guys,
this is not rails problems,only html is key point.this link may help
you
.

2010/3/8 Saboor S. [email protected]

thanks
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


tommy xiao
E-mail: xiaods(AT)gmail.com

Thanks!

thead {display: table-header-group;}

it is working fine.