表格中的顏色 x 網格

表格中的顏色 x 網格

我一直在嘗試重現具有兩個不常見功能的表格。

  1. 灰色第一行標題
  2. 最後兩列有額外的行。

首先,我設法做了額外的行,但如果我嘗試將顏色放在第一行中,我會丟失桌子周圍的一些網格線。有什麼快速解決方法嗎?提前致謝。

\begin{table}[h]
\begin{tabular}{|c|c|c|c|c|}
\hline
\rowcolor{lightgray} %(if I comment this line its OK but no color)
{Path}& A(2)  & $(A(2)-100)^+$   & Probability  & Payoff $\times$ Probability  \\ \hline
                  &                        &  &  &  \\ \hline
          &              &  &  &  \\ \hline
           &            &  &  &  \\ \hline
           &        &  &  &  \\ \hline
\multicolumn{3}{c|}{}                                                                              & Sum & 13.99707 \\ \cline{4-5} 
\end{tabular}
\end{table}

相關內容