As you can see on my screenshot, my vertical lines are too short and stop right in the middle of my first line. Do you have any idea what I'm doing wrong? I put my code just below.
Thanks in advance!
Theo
Code: Select all
\[table] [h!]
\centering
\caption [name in the list in tables]{legende}
\label{tab:inventory}
\begin{tabular}{@{}l|l|r|r|r|r|r|r@{}}
\toprule
\textbf{Post} & \textbf{Equipment} & \textbf{Unit} & \textbf{Common} & \textbf{LLN} & \textbf{Woluwe} & \textbf{Mons} & \textbf{Tournai} & \textbf{St-Gilles} & \textbf{Charleroi} & \textbf{Uncertainty} \\
\Xhline{2.5pt}
\multirow{4}{22mm}{test} & test & test & test & test & test & test & test & test & test & test \
& test & test & test & test & test & test & test & test & test & test
& test & test & test & test & test & test & test & test & test & test
& test & test & test & test & test & test & test & test & test & test
\bottomrule
\end{tabular}
\end{table}