The method I employed is
self.table.insert_column_with_attributes(-1, 'Node IP Address', IPAdd, text=0, background=3)
But I realized that the gaps between cells, or rather, the borders, do not apply the background color. Is there a good way to completely colorize that portion as well?