I have such table and I can not understand how to expand multirow cells accordingly to text.
Code: Select all
\begin{tabular}{|c|m{5cm}|c|}
\hline
1,1 & 1,2 & 1,3 \bigstrut \\ \hline
2,1 & \multirow{2}{5cm}[0ex]{Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur id nisl nunc}
& 2,3
\\ \cline{1-1}\cline{3-3}
3,1 & & 3,3 \\ \hline
4,1 & 4,2 & 4,3 \bigstrut \\ \hline
\end{tabular}