-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 1.82 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<link href="DataTables-2023-1205-001/datatables.css" rel="stylesheet">
<script src="DataTables-2023-1205-001/datatables.js"></script>
<link href="test.css" rel="stylesheet" type="text/css" />
<meta charset=utf-8 />
<title>DataTables - local test</title>
</head>
<body>
<div class="container">
<table id="userStatementListTable" class="table table-bordered" width="100%">
<thead>
<tr>
<th class="center noExport">Date</th>
<th class="center dt-center sorting sorting_desc" tabindex="0" aria-controls="userStatementListTable"
rowspan="1" colspan="1" style="width: 231px;" aria-label="Date: activate to sort column ascending">Date</th>
<th class="center dt-center sorting" tabindex="0" aria-controls="userStatementListTable" rowspan="1"
colspan="1" style="width: 388px;" aria-label="Description: activate to sort column ascending">Description
</th>
<th class="center dt-center sorting" tabindex="0" aria-controls="userStatementListTable" rowspan="1"
colspan="1" style="width: 258px;" aria-label="Amount: activate to sort column ascending">Amount</th>
<th class="center dt-center sorting" tabindex="0" aria-controls="userStatementListTable" rowspan="1"
colspan="1" style="width: 361px;" aria-label="Cost Centre: activate to sort column ascending">Cost Centre
</th>
<th class="hideSort noExport dt-center sorting" tabindex="0" aria-controls="userStatementListTable"
rowspan="1" colspan="1" style="width: 204px;" aria-label=": activate to sort column ascending"></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<script src="test.js"></script>
</body>
</html>