I making tools with PySimpleGUI that must present MANY different size tables: as small as 4 x 3 rows, cols, as large as 5000 x 6. Some map well to the Table element (I'm a big fan of that element!) but many need row labels too. I cobble together custom solutions. But, struggling to make a robust, easily reusable, general purpose solution. My ideal: an enhanced Table elememt, with parameters for the row labels (like "headings" & col_background_color, etc in the current element). Take that as a enhancement suggestion. But in the meantime…