Datatable doesn't show up
Datatable doesn't show up
Here is my code put in <head></head>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css" />
<link rel="stylesheet" href="//cdn.datatables.net/1.10.2/css/jquery.dataTables.min.css" />
and this in <body><_script></script></body>
var data = [
[
"Tiger Nixon",
"System Architect",
"Edinburgh",
"5421",
"2011/04/25",
"$3,120"
],
[
"Garrett Winters",
"Director",
"Edinburgh",
"8422",
"2011/07/25",
"$5,300"
]
]
$('#example').dataTable( {
data: data
} );
No anything showing up, and no error in console
Please suggest me how to fix this, Thank you in advance.
Answers
Please link to a test case as required in the forum rules.
Allan
I dont know what is that.
My only question is ... Is there any walk-through or instruction with Datatable ?
I'm finding through this website and all not work.
Actually there's no any clear instruction T_T
I dont know what is that.
My only question is ... Is there any walk-through or instruction with Datatable ?
I'm finding through this website and all not work.
There
This was linked to in the "New Discussion" form: http://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case .
http://datatables.net/manual/installation
Allan