I'm 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 fakeRowspan
plugin, however either it did not work or I could not use it properly.
See the fiddle below with the problem: