Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ <h1 class="text-center">Sample DataTables Project</h1>
<table id="maintable" class="display compact cell-border" cellspacing="0" width="100%">
<thead>
<tr>
<th>no<\th>
<th>Name</th>
<th>Position</th>
<th>City</th>
Expand All @@ -28,6 +29,7 @@ <h1 class="text-center">Sample DataTables Project</h1>
</thead>
<tbody>
<tr>
<td>1<\td>
<td>Tiger Nixon</td>
<td>System Architecture</td>
<td>Edinburgh</td>
Expand Down Expand Up @@ -4064,4 +4066,4 @@ <h1 class="text-center">Sample DataTables Project</h1>
<footer>For documentation and licensing visit <a href="https://datatables.net/">DataTables</a></footer>
</body>

</html>
</html>