TestTable: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<table id=" | <html> | ||
<table id="example" class="display" style="width:100%"> | |||
<thead> | <thead> | ||
<tr> | <tr> | ||
Line 25: | Line 26: | ||
</tbody> | </tbody> | ||
</table> | </table> | ||
<script> | |||
$(document).ready(function() { | |||
$('#example').DataTable(); | |||
}); | |||
</script> | |||
</html> |