I'm designing an app with PySimpleGui, and I want to create a table that looks something like this:
I was able to create a table with the appropriate column headings, but I can't find anything in the docs about how to display grid lines or set the background color for individual columns. Is there a way to do this?

import PySimpleGUI as sg