DataTable plugin not working.
DataTable plugin not working.
Hi
I am using the Datatable plugin which I recently downloaded from the website. I am trying to use an example which I saw on the internet to test the plugin but it doesnt seem to work .
The raw table appears but no plugins seem to be working .
This is my code :
[code]
$(document).ready(function() {
$('#the_table').dataTable();
});
Artist / BandAlbumSong
Muse
Absolution
Sing for Absolution
Primus
Sailing The Seas Of Cheese
Tommy the Cat
Nine Inch Nails
Pretty Hate Machine
Something I Can Never Have
Horslips
The Táin
Dearg Doom
Muse
Absolution
Hysteria
Alice In Chains
Dirt
Rain When I Die
<!-- PLACE MORE SONGS HERE -->
[/code]
I cant seem to find any problem. The scripts and css files seem to be loading properly on the debugger for javascript.
Thanks
I am using the Datatable plugin which I recently downloaded from the website. I am trying to use an example which I saw on the internet to test the plugin but it doesnt seem to work .
The raw table appears but no plugins seem to be working .
This is my code :
[code]
$(document).ready(function() {
$('#the_table').dataTable();
});
Artist / BandAlbumSong
Muse
Absolution
Sing for Absolution
Primus
Sailing The Seas Of Cheese
Tommy the Cat
Nine Inch Nails
Pretty Hate Machine
Something I Can Never Have
Horslips
The Táin
Dearg Doom
Muse
Absolution
Hysteria
Alice In Chains
Dirt
Rain When I Die
<!-- PLACE MORE SONGS HERE -->
[/code]
I cant seem to find any problem. The scripts and css files seem to be loading properly on the debugger for javascript.
Thanks
This discussion has been closed.
Replies
Allan
I am using this now :
[code]
[/code]
But it still doesnt work.
Thanks
[code]
@import "../Scripts/TableFilter/css/demo_table.css";
$(document).ready(function() {
$('#the_table').dataTable();
});
Artist / BandAlbumSong
Muse
Absolution
Sing for Absolution
Primus
Sailing The Seas Of Cheese
Tommy the Cat
Nine Inch Nails
Pretty Hate Machine
Something I Can Never Have
Horslips
The Táin
Dearg Doom
Muse
Absolution
Hysteria
Alice In Chains
Dirt
Rain When I Die
<!-- PLACE MORE SONGS HERE -->
[/code]
Is there something wrong here?
Allan
Thanks for your help . Ive got it to work. I just deleted the plugin files and copied all of them again.