mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
22 lines
326 B
Smarty
22 lines
326 B
Smarty
|
<script>
|
||
|
|
||
|
$(document).ready(function() {
|
||
|
$('#vorgaenge').dataTable( {"bJQueryUI": false,"bPaginate":false,"bFilter": false,"bInfo": false });
|
||
|
} );
|
||
|
|
||
|
|
||
|
</script>
|
||
|
|
||
|
<table width="100%" id="vorgaenge">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th>Bezeichnung</th>
|
||
|
<th></th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
[VORGAENGE]
|
||
|
</tbody>
|
||
|
</table>
|
||
|
|