this is an annoyance rather than a deal breaker, but why does
this file generate a blank page numbered one and then the table?
---------------------------------
\setuppapersize[letter]
\setuplayout{margin=0.5in,topspace=0.5in}
\starttext
\startstandardmakeup[doublesided=no]
\bTABLE
\setupTABLE[frame=on]
\bTR
\bTD foo \eTD
\eTR
\eTABLE
\stopstandardmakeup
\stoptext