I'm facing an issue with a table row that contains 3 cells with values A, B, and C. The table is currently taking up the full width of the screen, but I want the second and third cells to be displayed in their correct size while allowing the first cell to take up the remaining space. Since the cells are dynamically sized, I can't simply set their widths manually. Does anyone know how I can achieve this layout?