I would like to construct a table in landscape format with table notes that can be printed on more than one page.
I also created a code but it does not work:
Code: Select all
\begin{sidewaystable}
\centering
\caption{Table Landscape}
\label{Table Landscape}
\begin{threeparttable}
\begin{tabular}{p{2cm}p{4.5cm}p{2.5cm}p{2cm}p{2cm}p{2cm}p{2cm}p{6cm}}
\toprule
& \multicolumn{7}{c}{Columns} \\
\cmidrule(lr){2-8}
H\tnote{1} & G & F & E & D & C & B & A \\
\cmidrule(r){1-1}
\cmidrule(r){2-2}
\cmidrule(r){3-3}
\cmidrule(r){4-4}
\cmidrule(r){5-5}
\cmidrule(r){6-6}
\cmidrule(r){7-7}
\cmidrule(r){8-8}
1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 \\
\bottomrule
\end{tabular}
\begin{tablenotes}
\item [1] XXX
\end{tablenotes}
\end{threeparttable}
\end{sidewaystable}

Best regards & many thanks in advance!
