TestTable: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<table id=" | <html> | ||
<table id="example" class="wikitable" style="width:100%"> | |||
<thead> | <thead> | ||
<tr> | <tr> | ||
| Line 25: | Line 26: | ||
</tbody> | </tbody> | ||
</table> | </table> | ||
<script> | |||
$(document).ready(function() { | |||
$('#example').DataTable(); | |||
}); | |||
</script> | |||
</html> | |||