I need help with automatically moving rows from one cell of the table to the other page. I need a solution for automatic text transfer from one long cell to next page. The solution may seem strange because I have a problem with only a large cell that does not fit on one page. I used tabular package, if we used long-table package then whole row goes to next page instead of particular long cell. Now,it goes down over footer and truncate reaming part, you can check with following MWE.
\documentclass{article} \usepackage{lipsum}% \begin{document} \begin{table}[] \centering \caption{Caption}\label{tab2} \begin{tabular}{|p{5cm}|p{4cm}|} \hline text & \lipsum \\ \hline \end{tabular} \end{table} \end{document} We need solution, that will help to break cell and reaming part will go to next page.


calstablefrom the package cals, but not automatically.