Uncaught TypeError: Cannot read property 'className' of undefined

Uncaught TypeError: Cannot read property 'className' of undefined

vboylinvboylin Posts: 2Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
when apply DataTables to the table with a row 'colspan = 7' below, an Error occured: Uncaught TypeError: Cannot read property 'className' of undefined. (I have try it in "DataTables live" and debugger: http://debug.datatables.net/ahiyey)

HTML:



#
id
stream
dir
plate
time
detail




isok?

Replies

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    DataTables does not support colspan or rowspan in the TBODY. Sorry.

    Allan
  • vboylinvboylin Posts: 2Questions: 0Answers: 0
    Thank you for your comment
  • jaimincpateljaimincpatel Posts: 1Questions: 0Answers: 0
    for this error remove gridview paging size and allow paging property
This discussion has been closed.