Hey list,

I am having difficulty getting my table to split across page boundaries.
It doesn't have, nor need, headers, but just individual unrelated rows.
Here is a minimal illustrating the problem I am having:

\starttext
Here is some text.
\placetable[force,nonumber,right]{}
{
    \bTABLE[width=0.25\textwidth,split=yes]
    \setupTABLE[column][1]
        [align={middle,lohi},
         style=\bfxx,
         width=2.3cm]
    \setupTABLE[column][2]
        [align=flushleft,
         option=stretch]
    \setupTABLE[each][each]
        [style=\tfxx]

    \bTABLEbody

        \dorecurse{100}{
            \bTR
              \bTC  body \eTC
              \bTC  body \eTC
            \eTR
        }

    \eTABLEbody

    \eTABLE
}

\stoptext

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com

Attachment: signature.asc
Description: This is a digitally signed message part

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to