Rowspan in : Cannot read property 'className' of undefined

Rowspan in : Cannot read property 'className' of undefined

mayconfsbritomayconfsbrito Posts: 4Questions: 0Answers: 0
edited April 2014 in DataTables 1.9
I'm using JQuery and DataTable plugin with my tables. So, I need use rowspan in the body of my tables, but a error message is displayed in the console of the chrome: Uncaught TypeError: Cannot read property 'className' of undefined

I read about the fakeRowspan plugin, but I don't know how use it.

See my fiddle with the problem:
http://jsfiddle.net/mayconfsbrito/9mkHz/8/

Replies

  • allanallan Posts: 61,447Questions: 1Answers: 10,055 Site admin
    DataTables does not support rowspan or colspan in the tbody. Sorry.

    Allan
This discussion has been closed.