Open irfan-techteer opened 1 year ago
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).
Thank you @Holt59 for your response , I have manage that problem by different way but can please give me an quick idea how i manage nested tables ?
Thank you @Holt59 for your response , I have manage that problem by different way but can please give me an quick idea how i manage nested tables ?
What do you mean by nested tables? You can include a table in a cell using lineFormat
but having a table in a table is probably not a good idea.
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 :