Sortierung DataTable geändert
This commit is contained in:
parent
2a4836e07d
commit
7cca94f2db
@ -77,7 +77,7 @@
|
||||
<td>
|
||||
<a href="notenupload.php?editjndid={$table_data[table_data].jndid}" class="settings" title="Edit Member" data-toggle="tooltip"><i class="fas fa fa-cog"></i></a>
|
||||
|
||||
<a class="btn btn-danger btn-rounded btn-icon btn-sm" onclick="delNoten({$table_data[table_data].jndid})"><i class="fa fa-trash" style="width:18px;"></i></a>
|
||||
<a class="btn btn-danger btn-rounded btn-icon btn-sm" onclick="delNoten({$table_data[table_data].jndid})"><i class="fa fa-trash" style="width:10px;"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
@ -102,7 +102,7 @@
|
||||
responsive: true,
|
||||
fixedHeader: true,
|
||||
pageLength: 10,
|
||||
order: [[0, 'desc']],
|
||||
order: [[0, 'asc']],
|
||||
language: {
|
||||
url: '//cdn.datatables.net/plug-ins/1.13.4/i18n/de-DE.json',
|
||||
search: "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user