I can not solve a small problem, starting from this solution, I have done the table below but now I would like to write a word on each column with the type first and second in italics.
For example the word here for second of type 1. But I don't know how to do it for all columns.
I have done this:
\begin{table}[h]
\centering
\begin{tabular}{p{1.5cm}p{0.5cm}p{0.5cm}p{0.5cm}}
type & 1 & 2 & 3 \\
\hline
\textbf{1}
\newline \small{\textit{first}} & \\
\newline \small{\textit{second}} & here\\
\textbf{2}
\newline \small{first}} & \\
\textbf{3}
\newline \small{\textit{first}} & \\
\end{tabular}
\end{table}
I would like this:



here(no helvetica)? – Ted Jul 01 '21 at 17:40>{\sffamily}. Thanks again a lot ! – Ted Jul 01 '21 at 17:47