TestTable: Difference between revisions

No edit summary
No edit summary
Tag: Manual revert
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
<table id="example" class="wikitable display" style="width:100%">
<table id="example" class="wikitable" style="width:100%">
   <thead>
   <thead>
     <tr>
     <tr>
Line 27: Line 27:
</table>
</table>


#<script>
<script>
   $(document).ready(function() {
   $(document).ready(function() {
     $('#example').DataTable();
     $('#example').DataTable();
   });
   });
#</script>
</script>


</html>
</html>