Hi,
I seem to have seen a method for hatching the cell of a table, but maybe it's my imagination. The following code does not work.
Thanks for your help.
Fabrice

################## hatching.tex #############

\setupcolors[state=start]
\usemodule[xwi]
\starttext
\startxtable
     [align={lohi,middle}, width=1.5cm,framecolor=purple]
\startxrow
\startxcell[background=color,backgroundcolor=paleturquoise]
  i
\stopxcell
\startxcell
 [background=meta:hash:left, meta:hash:linecolor=green]
                     
\stopxcell
\startxcell
   0
\stopxcell
\startxcell
   1
\stopxcell
\startxcell
   2
\stopxcell
\stopxrow                
\stopxtable  
\stoptext

########################################