Gekleurde achtergrond bij tabelrij in LaTeX » LaTeX tabel 4
\documentclass[a4paper]{article}
\usepackage[table]{xcolor}
\usepackage{colortbl}
\begin{document}
\begin{tabular*}{0.5\linewidth}{|@{}l@{\extracolsep{\fill}}l p{3cm}|}
\hline
\makebox[0pt][l]{\fboxsep0pt\colorbox{gray!25}{\strut\hspace*{0.5\linewidth}}}&
\textbf{Titel 1} & \textbf{Titel 2} \\ \hline \hline
&1e cel & wat tekst \\ \hline
&2e regel & nog wat tekst \\ \hline
\end{tabular*}
\end{document}
