How to call to the function to install DataTables
How to call to the function to install DataTables
mmedia
Posts: 1Questions: 1Answers: 0
Hi everybody,
Where I should put the function code in my website? In <head> tag?
$(document).ready( function () {
$('#myTable').DataTable();
} );
And how I should call to the function in my html code?
Sorry I know almost nothing about javascript.
Thanks you,
Marcos
This discussion has been closed.
Answers
Hi @mmedia ,
You can just run it in a
<script>
tag. Take a look at this page.Thanks,
Sandy