Cell fill color of last column of table overflows the table width
I have a table where certain cells need to be highlighted in a different color. I am using setFillColor for that. But it is observed that if the cell is the last column in the row then the color overflows outside the table border.
See attached image.

hi, I have same problem, have u resolved?
@marcodelella I have tried it on IE and the coloring overflow problem still persists.
@KirubelAfrassa @marcodelella
There is a workaround that I have used until this issue is resolved. I added an additional cell in the row after the last cell that has a width of 0f and the fill color set to white (or whatever color you want). This does work well and the cell does not show at all since the width is 0f.
@nadamson 's workaround worked for me as well. Cheers mate.