Hi Allen,

You can have that feature now :)

Try the following on the latest build:

<cfdocument format="pdf">
    <style>
    table {
        -fs-table-paginate: paginate;
    }
    </style>
<table>
<thead><tr><th>Header 1</th><th>Header 2</th><th>Header 3</th></tr></thead>
<tbody>
<cfloop from=1 to=150 index=i>
    <cfoutput><tr><td>#i#a</td><td>#i#b</td><td>#i#c</td></tr></cfoutput>
</cfloop>
</tbody>
</table>
</cfdocument>

Andy

Slugbait wrote:
> One feature that was not present in CFMX7 or CF8 is the ability for
> <cfdocument> to automatically break and continue a <table> over
> multiple pages.  In this case, we have had to write complicated,
> custom code to manually insert our own page breaks, which was a
> nightmare.
>
> My feature request is this:
>
> make the <cfdocument> tag able to intelligently break a table of
> output data into sections on different pages, keeping showing the
> table header on the second page.
>
> Thanks,
> Allen Souliere
>
>
>
>
> On Mar 17, 5:08 am, Andy Wu <[email protected]> wrote:
>   
>> Let me know if you find any incompatabilities (other than the
>> unsupported attributes/tags) or bugs with this implementation. It uses
>> different underlying libraries to CF so it's highly possible that there
>> will be areas where the implementation differs. At the same time,
>> there's also scope for improving the tag with our implementation and
>> offering additional features that some of you have found a need for.
>>
>> Andy
>>
>> Nitai @ SixSigns wrote:
>>     
>>> This is fabulous. On what areas do you want feedback.
>>>       
>>     
>
> >
>   


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to