initialize dataTable does not work
initialize dataTable does not work
Omri
Posts: 10Questions: 3Answers: 0
Hello,
I am using jquery dataTable version 1.9.4.
But, init dataTable does not work.
All properties don't work.
Example:
$(document).ready( function () {
$('#example').dataTable( {
"bAutoWidth": false
} );
} );
When I set any property (bAutoWidth, bLengthChange, bPaginate...), no change happens to the table.
Please, if someone has an idea, I will be grateful.
Best regards,
Omri
This discussion has been closed.
Answers
This is my code:
It is resolved.
The table was initialized twice in two different files.