Dynamically Disabling Dropdown Options in Table Cell Templates Based on Row-Level Date Comparison
I have a Table component in Visual Builder where one of the columns uses a Cell Template containing a Combobox (Dropdown). I need to disable specific options within this dropdown (or the dropdown itself) based on a date comparison logic.
Specifically, if the value in the LotExpirationDate column for that specific row is greater than the current system date (today), the option should remain enabled; otherwise, it should be disabled. What is the correct expression syntax to handle this date comparison directly within the component's properties?
1