TestTable: Difference between revisions
No edit summary Tags: Reverted Visual edit: Switched |
No edit summary Tags: Manual revert Visual edit: Switched |
||
Line 27: | Line 27: | ||
</table> | </table> | ||
<script> | |||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#example').DataTable(); | $('#example').DataTable(); | ||
}); | }); | ||
</script> | |||
</html> | </html> |