DataTable not working :/
DataTable not working :/
Hello there, I just downloaded the datatables and wante to implement on my website...
I added the css and js files :
[code]
[/code]
i have my table
[code]
123
<?php
foreach($items as $item):
?>
<?php echo $item->1; ?>
<?php echo $item->2; ?>
<?php echo $item->3; ?>
<?php
endforeach;
?>
[/code]
just after that I added
[code]
$(document).ready(function() {
$('#mytable').dataTable();
});
[/code]
It doesnt work ... and I dont know why because I think I did everything ...
When I inspected the website it showed one error when loading script:
http://screenshotuploader.com/s/01/izh-a1qi9
I added the css and js files :
[code]
[/code]
i have my table
[code]
123
<?php
foreach($items as $item):
?>
<?php echo $item->1; ?>
<?php echo $item->2; ?>
<?php echo $item->3; ?>
<?php
endforeach;
?>
[/code]
just after that I added
[code]
$(document).ready(function() {
$('#mytable').dataTable();
});
[/code]
It doesnt work ... and I dont know why because I think I did everything ...
When I inspected the website it showed one error when loading script:
http://screenshotuploader.com/s/01/izh-a1qi9
This discussion has been closed.
Replies
Allan
Allan