Basic example DataTables not rendering table
Basic example DataTables not rendering table
jgelinas33
Posts: 0Questions: 0Answers: 0
HTML page
Dev Environment - VS2010/C#
DataTables 1.9
Referencing jquery 1.8.1
From my understanding of the documentation, the following should work yet the table is not being rendered by Data Tables. Any help is appreciated.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
$(document).ready(function () {
$('#summaryTable').dataTable();
});
Vendor
Past 7 Days
Past 24 Hours
Past Hour
Rejects Outstanding
ATG
2153
143
38
10
Dev Environment - VS2010/C#
DataTables 1.9
Referencing jquery 1.8.1
From my understanding of the documentation, the following should work yet the table is not being rendered by Data Tables. Any help is appreciated.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
$(document).ready(function () {
$('#summaryTable').dataTable();
});
Vendor
Past 7 Days
Past 24 Hours
Past Hour
Rejects Outstanding
ATG
2153
143
38
10
This discussion has been closed.