Re: Tabelle con celle contenenti liste di items

#85008
OldClaudio
Partecipante
    Up
    0
    Down
    ::


    `\begin{tabular}{p{4cm}p{4cm}p{4cm}}
    \toprule
    {T1} & {T2} & {T3} \\
    \midrule
    {alfa} & {beta} & {gamma} \\
    \midrule
    {teta} &\vspace*{-1.5\baselineskip}
    \begin{itemize}
    \item testo
    \item testo
    \item testo
    \end{itemize} &
    {omega} \\
    \bottomrule
    \end{tabular}
    `

    Go to top