I have the following code:
\setupbodyfont[10pt]

\starttext

\input knuth

\blank[2*big]

\setupTABLE[frame=off]
\setupTABLE[c][1][width=.14\textwidth]
\setupTABLE[c][2][width=.87\textwidth]
\bTABLE
  \bTR \bTD Sample \eTD \bTD \input knuth \eTD \eTR
\eTABLE

\stoptext

The text outside the table uses full justification. I want to do the same in the table, but I did not find a way to do this. Is it possible to get full justification in a table also?

--
Cecil Westerhof