oColumn is undefined on initialization - in FF, jquery 1.5.1,2

oColumn is undefined on initialization - in FF, jquery 1.5.1,2

megliomeglio Posts: 5Questions: 0Answers: 0
edited April 2011 in Bug reports
Thrown in FF 3.6.16 at page load.

Initialized with no configuration, like described here:
http://www.datatables.net/examples/basic_init/zero_config.html

Tested with JQuery versions:
http://code.jquery.com/jquery-1.5.2.min.js
http://code.jquery.com/jquery-1.5.1.min.js

Screenshot from firebug:
http://i54.tinypic.com/59sgv8.png

Replies

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    Try validating your HTML. I suspect you are missing a THEAD or TR.

    Allan
  • megliomeglio Posts: 5Questions: 0Answers: 0
    Yes, after adding TR between THEAD and TH it initialized successfully. Thanks. I just did not know it's strict.
This discussion has been closed.