xxxxxxxxxx
1
<div class="datatable" data-mdb-pagination="false">
2
<table>
3
<thead>
4
<tr>
5
<th>Column 1</th>
6
<th>Column 2</th>
7
</tr>
8
</thead>
9
<tbody>
10
<tr>
11
<td>Column 3</td>
12
<td>Column 4</td>
13
</tr>
14
<tr>
15
<td>Column 5</td>
16
<td>Column 6</td>
17
</tr>
18
<tr>
19
<td>Column 7</td>
20
<td>Column 8</td>
21
</tr>
22
</tbody>
23
</table>
24
</div>
1
1
1
1
Console errors: 0