I am currently using the Ant Table component and am using a filter dropdown for one of the columns. On this dropdown, there are both "Reset" and "Ok" buttons. I want to remove the "Reset" button but am unsure how to do so.
I looked at the props for Column and don't think there is one that would directly accomplish this. One option is to use the filterDropdown prop and then completely redo the dropdown on my own. However, I want to avoid this and instead try and use css to accomplish this task.
I have attached a picture of the dropdown below. Thank you!!