Datatable with vertical header table

Datatable with vertical header table

drilldrill Posts: 12Questions: 5Answers: 0

Hello, I work with two sources (data and data') of data in the same table with vertical header:
<tr>
<th>head1</th>
<td>data1<t/d>
<td>data'1</td>
</tr>
<tr>
<th>head2</th>
<td>data2<t/d>
<td>data'2</td>
</tr>
...
please, how can i initialize datatable by specifying my vertical header?

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

Sign In or Register to comment.