1
I am using Jquery and the Datatable plugin in my tables. So in some situations I need to use rowspan in the body (tbody
) of my tables, which generates the following error in Google Chrome and ends up not applying the plugin:
Uncaught TypeError: Cannot read property 'className' of undefined
I read about the plugin fakeRowspan
, but either it didn’t work or I couldn’t use it properly.
See the fiddle below with the problem:
What is the expected result?
– Beterraba