google_forms/application/views/templates/footer.php

8 lines
134 B
PHP
Raw Normal View History

2024-07-19 10:46:18 +00:00
<script>
$(document).ready(function(){
2024-07-22 09:49:37 +00:00
$('#basetable1').DataTable({
// "pagingType": "full_numbers"
});
2024-07-19 10:46:18 +00:00
});
2024-07-22 09:49:37 +00:00
</script>