Highlighting dates in calendar

Dear sir, madam,

I have a table with weeks as columns. Every column has either a day name or nothing inside of it.

There are two datasets which look almost the same. One is of planned dates, one of available dates. I want on the table to show the planned dates as red if the date planned is not equal to the available dates table.

When pressing on the table to change the date I want a calendar to pop up with the available dates dataset with a gray color, the current date as red, and if the current date and the available date are equal, it should be green:

image

Is this possible in retool?

Thanks!

Yes and No.... there is a Retool "master" css that can be manipulated at the platform level...or maybe even the app level but there is a chance the class for the calendar may change in the next update of Retool....you may want to handle your planned versus available date scenario in a different way...

Hi @smarlet,

I agree with @ScottR here :slightly_smiling_face: While we have custom css options, another solution may be easier to implement and maintain. Could you use a dropdown column or our new calendar component linked to the table's selected row?