I am currently working with a table that consists of 5 columns (
city, 1st quarter, 2nd quarter, 3rd quarter, 4th quarter
).
My goal is to create an overlay on each column if we have already passed a specific quarter. However, I am encountering difficulties in making the overlay cover the entire column, including its padding. Does anyone have suggestions on how to achieve this? Below is the code I have been working on: