datatable init

datatable init

nmynmy 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

Answers

  • rhinorhino Posts: 80Questions: 2Answers: 17

    You put those lines in your page's javascript file, or directly in a <script> tag on the page.

This discussion has been closed.