I need to fix the following error after using \addlinespace
Misplaced \noalign. \addlinespace ->\noalign {\ifnum 0=`}\fi @ifnextchar [{@addspace }{@addsp... l.25 \end {tblr}
\documentclass{article}
\usepackage{xcolor}
\usepackage{tabularray, booktabs}
\UseTblrLibrary{booktabs}
\begin{document}
\begin{tblr}{
width = 0.5\linewidth, colspec = {XX}, rowhead = 1,
row{odd} = {gray!10}, row{even} = {gray!30}, row{1} = {blue!5},
}
\toprule[1.5pt]
One & Two \\
\midrule
1 & 2 \\
3 & 4 \\
5 & 6 \\
7 & 8 \\
9 & 10 \\
\addlinespace
11 & 12 \\
13 & 14 \\
15 & 16 \\
17 & 18 \\
19 & 20 \\
\bottomrule[1.5pt]
\end{tblr}
\end{document}

\SetRow{abovesep+=5pt}there. – L.J.R. Jul 18 '21 at 15:26rowsep+. – Diaa Jul 18 '21 at 21:51\hline[white,5pt]. – L.J.R. Jul 18 '21 at 23:05cells={b},rows={b}, orcolumns={b}inside the table mandatory options. They have no effect at all; so, what should be done to have a control over the cells contents vertical alignment? – Diaa Jul 20 '21 at 02:12