TestTable: Difference between revisions
No edit summary |
No edit summary |
||
Line 61: | Line 61: | ||
</tbody> | </tbody> | ||
</table> | </table> | ||
<script> | |||
$(document).ready(function() { | |||
$('#example').DataTable(); | |||
}); | |||
</script> | |||
</html> | </html> |