I have a huge table, and I want the table to fit all the entire page in the horizontal direction. However, the table doesn't fit the page, and the columns were cut. I'm looking for a way to reduce the size and adjust the page. The output for my table is the one from the image as you can see it only show 4 columns, and they are cut.
\begin{landscape}
\begin{table}[htpb]
\centering
\begin{adjustbox}{max width=\pagewidth}
\begin{tabular}{*{13}{|c}|}

\adjustboxwith tables: it leads to inconsistent font sizes. This being said, please post a small compilable example code illustrating your problems. – Bernard Jun 26 '20 at 13:22