oColumn is undefined - read other posts problem still exists

oColumn is undefined - read other posts problem still exists

zdweebzdweeb Posts: 3Questions: 0Answers: 0
edited May 2011 in General
I am having problems with a simple zero init example. I have a basic table should work. Thanks!

Error:

[code]
oColumn is undefined
http://localhost:3001/javascripts/jquery.dataTables.js?1299093000
Line 6793
[/code]
Init:

[code]
$('#big_data_table').dataTable();
[/code]
Table:
[code]


Name
Default task
Format type

Data types
Attribute types
Size
Num instances
Num attributes
Year

Is public
Tags
Created at


Micro Strategy GLS
Classification

Matrix
Multivariate
Categorical
3MB
250000
100

2009
true
[]
04/14/2011


[/code]

Replies

  • allanallan Posts: 63,522Questions: 1Answers: 10,473 Site admin
    DataTables requires a THEAD and a TBODY element in the table: http://datatables.net/usage/#prerequisites

    Allan
This discussion has been closed.