I'm using Angular and Ag Grid.
I have a contract_start column and and contract_end column (date type) in an Ag Grid table. I want that the contract_end's cell's value can only be changed when the contract_end cell's date is bigger than the contract_start cell's date (in the same row).
I've searched for solutions but unfortunately I've only find information on filtering by date.