my table is defined like:
\documentclass{article}
\usepackage{vcell,caption}
\begin{document}
\begin{table}[ht]
\centering
\captionsetup{justification=centering}
\caption{Parameters}
\label{tab:ParametersErrorRatePrediction}
\begin{tabular}{llll}
\hline
\begin{tabular}[c]{@{}l@{}}Parametersused \for prediction of:\end{tabular} & \begin{tabular}[c]{@{}l@{}}Parameter\type\end{tabular} & Parameter & Value \
\hline
\vcell{\begin{tabular}[b]{@{}l@{}}High-EnergyProton\SEU Rate\end{tabular}} & \vcell{Weibull
Fit} & \vcell{\begin{tabular}[b]{@{}l@{}}Saturated upset cross-section $[cm^2/bit]$\Onset$[MeV]$\Width $[MeV]$\Exponent\end{tabular}} & \vcell{\begin{tabular}[b]{@{}l@{}}3.0e-15\18\12\1.5\\end{tabular}} \[-\rowheight]
\printcellmiddle & \printcellmiddle & \printcelltop & \printcellmiddle \
\begin{tabular}[c]{@{}l@{}}Heavy Ion\SEU Rate\end{tabular} & Weibull
Fit & \begin{tabular}[c]{@{}l@{}}Saturated upset cross-section $[cm^2/bit]$\Onset $[MeV-cm^2/mg]$\Width $[MeV-cm^2/mg]$\Exponent\end{tabular} & \begin{tabular}[c]{@{}l@{}}2.0e-09\0.8\27\0.88\end{tabular} \
\hline
\end{tabular}
\end{table}
\end{document}
But I would like to create it like:

Could you please help?



\usepackage[colorinlistoftodos,prependcaption,textsize=tiny,obeyFinal]{todonotes}It is used for TODO notes according to: https://tex.stackexchange.com/questions/9796/how-to-add-todo-notes – bLAZ Apr 15 '21 at 20:29vcellandcalc(which is loaded bytodonotes). I have reported that incompatibility to the author ofvcelland the problem will be solved in the next version ofvcellreleased on CTAN. – F. Pantigny Apr 16 '21 at 09:35nicematrix:) – bLAZ Apr 16 '21 at 11:15