TestTable: Difference between revisions
No edit summary Tags: Reverted Visual edit: Switched |
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 | <table id="example" class="wikitable" style="width:100%"> | ||
<thead> | <thead> | ||
<tr> | <tr> | ||
Line 27: | Line 27: | ||
</table> | </table> | ||
<script> | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#example').DataTable(); | $('#example').DataTable(); | ||
}); | }); | ||
</script> | |||
</html> | </html> |