I have an XML which I converted to JSON to get HTML table out of it.
Find the demo here
I'm able to get the table, but I need width according to _cellwidth. I used ng-style but it's not working.
Also, I need to rowspan the blank cell with their _realIndex which is essentially column number to be spanned with and remove those blank later.
Please note, I wanted it to be dynamic (not hard coded).
