oColumn undifined

oColumn undifined

praneethpraneeth Posts: 2Questions: 0Answers: 0
edited February 2010 in General
hi

im getting this error (oColumn undifined) and the page doesn't show up properly i have provided the code in here .the table was done in dreamwiever. it would be great full if you can help me out thanks

[code]
<?xml version="1.0" encoding="UTF-8"?>
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">



TODO supply a title







$(document).ready(function() {

$('#ItemTable').dataTable();
alert("hi");

} );









Item number
Item Name
Available Quantity
Assinged Quantity
Reserve Quantity
Dispatched Quantity
On Hold Qty
Unit Price
Discount Rate
Total Amount
Select




 
 
 
 
 
 
 
 
 

Replies

  • praneethpraneeth Posts: 2Questions: 0Answers: 0
    sorry guys i figured it out im haveing td instead of th
This discussion has been closed.