I have a problem with vertical and horizontal lines not showing in table-tabulary environment.
The code snippet is as follow (if this is not enough I'll provide a MWE upon request):
Code: Select all
\begin{table}[!h!]
\centering
\begin{tabulary}{\textwidth}{|C|L|}
\hline
\rowcolor[gray]{.75}
\vphantom{\rule{0pt}{10pt}}Header 1 & \vphantom{\rule{0pt}{10pt}}Header 2 \\[5pt]
\hline
column 1 & column 2\\\hline
Regards,
Jimisola