You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to integrate with table whose multiple row are span , it will show me this error Uncaught TypeError: Cannot read properties of undefined (reading 'innerHTML')
Error raise in this block :
for (s = 0; s < o.length; ++s)
this.data[s].push(d(o[s].cells[h].innerHTML.trim())) // error raise here
The text was updated successfully, but these errors were encountered:
The library does not handle multiple spanning rows. Maybe if you show the kind of table you're working with I could give you an alternative, but if you need to display tables with some kind of multi-level index, then this will not be possible (and this would require a complete rewrite of the library to handle it).
when i try to integrate with table whose multiple row are span , it will show me this error
Uncaught TypeError: Cannot read properties of undefined (reading 'innerHTML')
Error raise in this block :
The text was updated successfully, but these errors were encountered: