datatable init
datatable init
nmy
Posts: 1Questions: 1Answers: 0
Hi guys,
I have a file jquery.dataTables.js and I don't find where write these lines:
$(document).ready(function() {
$('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
} );
is in jquery.dataTables.js file? or a another?
Thanks
This discussion has been closed.
Answers
You put those lines in your page's javascript file, or directly in a <script> tag on the page.