введите описание изображения здесь. Заголовок таблицы повторяется в отчете в формате pdf, но содержимое в верхнем и нижнем индексах отображается только на 1-й странице и не отображается при повторении.
Для получения более подробной информации взгляните на изображения.
первая страница, где отображается содержимое в теге super или subscript
Вторая страница, на которой теряется содержимое в теге super или subscript
Ниже приведен код
<table>
<thead>
<tr>
<th>SubLayer No</th>
<th>Top Elevation (ft)</th>
<th>Bottom Elevation (ft)</th>
<th>Layer Thickness (ft)</th>
<th>
Total Unit Weight (lb/ft<sup>3</sup>)
</th>
<th>Void Ratio</th>
<th>Friction Angle</th>
<th>
Cohesion (lb/ft<sup>2</sup>)
</th>
<th>
Constrained Modulus (lb/ft<sup>2</sup>)
</th>
<th>Compression Index</th>
<th>Recompression Index</th>
<th>OCR</th>
<th>
Maximum Past Stress (lb/ft<sup>2</sup>)
</th>
<th>Poisson's Ratio</th>
<th>Dc/Ds</th>
<th>
Soil σ<sub>v</sub> at Mid-Layer (lb/ft<sup>2</sup>)
</th>
<th>
Column σ<sub>v</sub> at Mid-Layer (lb/ft<sup>2</sup>)
</th>
<th>
Unit Cell Area (ft<sup>2</sup>)
</th>
<th>
Column Area (ft<sup>2</sup>)
</th>
</tr>
</thead>
<tbody>{subLayersView}</tbody>
</table>