Re: multiriga in una tabella

#21714
DMW
    Up
    0
    Down
    ::


    io non ho nessun problema
    `
    \documentclass{article}
    \usepackage{multirow,bigstrut}

    \begin{document}

    \begin{table}[ht]
    \begin{tabular}{|c|c|c|}
    \hline
    MODEL & Type & near-wall treatment\\
    \hline
    Spalart-Allmaras & – & -\\
    \hline
    RSM & low-Reynolds modification & -\\
    \hline
    \multirow{2}[4]*{model} & standard & – \bigstrut\\\cline{2-2}
    & SST & – \bigstrut\\
    \hline
    \end{tabular}
    \caption{Resume table of all of the simulations executed}
    \label{tab_resumecases}
    \end{table}

    \end{document} `
    a parte [ht] che va dopo table.

    Ciao

    Andrea

    Go to top